diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-04-28 21:16:12 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-13 14:08:09 -0700 |
commit | 9129beb507642e2414ef1f90d650572325d8c2dc (patch) | |
tree | 257c1de502b772cf235a2ff24f73de5be28ee321 | |
parent | 0d8a5766a39320dedd34a215fc6655f9ac19e8bc (diff) |
dmx: fix warning for doxygen explicit links
Explicit links to functions in another file are not supported.
Reviewed-by Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/dmx/dmxwindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/dmxwindow.c b/hw/dmx/dmxwindow.c index c3b470018..704fcff54 100644 --- a/hw/dmx/dmxwindow.c +++ b/hw/dmx/dmxwindow.c @@ -115,7 +115,7 @@ Window dmxCreateRootWindow(WindowPtr pWindow) } /** Change the location and size of the "screen" window. Called from - * #dmxConfigureScreenWindow(). */ + * dmxextension.c dmxConfigureScreenWindow(). */ void dmxResizeScreenWindow(ScreenPtr pScreen, int x, int y, int w, int h) { @@ -138,7 +138,7 @@ void dmxResizeScreenWindow(ScreenPtr pScreen, } /** Change the location and size of the "root" window. Called from - * #dmxConfigureRootWindow. */ + * #dmxCreateWindow. */ void dmxResizeRootWindow(WindowPtr pRoot, int x, int y, int w, int h) { |