diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-10-16 10:01:13 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-10-20 13:32:16 +1000 |
commit | 010d5e28655d619693632938e9e4325eef938295 (patch) | |
tree | ad1ee0465e7fb44962ae7d09b662613c470ed505 /hw/dmx/input/dmxcommon.c | |
parent | ff3e171568c8b604fc5eacd5f7e9b7ee9417f172 (diff) |
dmx: remove doxygen-generated files.
These can be recreated by simply running 'doxygen doxygen.conf' in
hw/dmx/doc. Some of the files do not exist anymore, these have been removed.
Some other files have a different naming scheme.
Doxygen warnings about missing links fixed, two warnings remain:
/home/whot/xorg/xserver/hw/dmx/dmxwindow.c:142: Warning: explicit link
request to 'dmxConfigureRootWindow' could not be resolved
/home/whot/xorg/xserver/hw/dmx/dmxwindow.c:119: Warning: explicit link
request to 'dmxConfigureScreenWindow()' could not be resolved
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/dmx/input/dmxcommon.c')
-rw-r--r-- | hw/dmx/input/dmxcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/input/dmxcommon.c b/hw/dmx/input/dmxcommon.c index 8c8cefa53..da5b77893 100644 --- a/hw/dmx/input/dmxcommon.c +++ b/hw/dmx/input/dmxcommon.c @@ -519,7 +519,7 @@ void dmxCommonMouOff(DevicePtr pDev) /** Given the global coordinates \a x and \a y, determine the screen * with the lowest number on which those coordinates lie. If they are * not on any screen, return -1. The number returned is an index into - * #dmxScreenInfo and is between -1 and #dmxNumScreens - 1, + * \a dmxScreenInfo and is between -1 and \a dmxNumScreens - 1, * inclusive. */ int dmxFindPointerScreen(int x, int y) { |