diff options
Diffstat (limited to 'xorg-server/hw/dmx/dmxinput.h')
-rw-r--r-- | xorg-server/hw/dmx/dmxinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/dmx/dmxinput.h b/xorg-server/hw/dmx/dmxinput.h index c60ce958e..edfff9fa1 100644 --- a/xorg-server/hw/dmx/dmxinput.h +++ b/xorg-server/hw/dmx/dmxinput.h @@ -78,7 +78,7 @@ typedef enum { DMX_ACTIVESIGIO /**< Device is currently using SIGIO. */ } dmxSigioState; -/** DMXInputInfo is typedef'd in #dmx.h so that all routines can have +/** DMXInputInfo is typedef'd in \a dmx.h so that all routines can have * access to the global pointers. However, the elements are only * available to input-related routines. */ struct _DMXInputInfo { |