diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-10-03 13:29:01 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-10-03 13:29:01 +1000 |
commit | ec9051696dc3c2916849b1676906cf56bcf1c1de (patch) | |
tree | 8c33176f2c6cdf4041dcda36e10e0f540b792456 | |
parent | c840879546e956e636f3846b83ac99d1b3cc0b52 (diff) |
include: fix doxygen warning
/home/whot/code/xorg-gtest/include/xorg/gtest/evemu/xorg-gtest-device.h:46:
warning: the name `xorg-gtest_device.h' supplied as the argument of the
\class, \struct, \union, or \include command is not an input file
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | include/xorg/gtest/evemu/xorg-gtest-device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xorg/gtest/evemu/xorg-gtest-device.h b/include/xorg/gtest/evemu/xorg-gtest-device.h index 1a0e5ee..60087dd 100644 --- a/include/xorg/gtest/evemu/xorg-gtest-device.h +++ b/include/xorg/gtest/evemu/xorg-gtest-device.h @@ -43,7 +43,7 @@ namespace testing { namespace evemu { /** - * @class Device xorg-gtest_device.h xorg/gtest/evemu/xorg-gtest_device.h + * @class Device xorg-gtest-device.h xorg/gtest/evemu/xorg-gtest-device.h * * evemu input device for replaying events through the Linux uinput * evdev subsystem. |