[PATCH xorg-gtest 4/9] Fix up a couple of doxygen links

Peter Hutterer peter.hutterer at who-t.net
Mon Jul 2 22:48:16 PDT 2012


Introduced in e1c010f23272e61c28c73aa603b477ba6fbae875

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 examples/xorg-gtest-example.cpp              |    2 +-
 include/xorg/gtest/evemu/xorg-gtest_device.h |    2 +-
 include/xorg/gtest/xorg-gtest_environment.h  |    2 +-
 include/xorg/gtest/xorg-gtest_process.h      |    2 +-
 include/xorg/gtest/xorg-gtest_test.h         |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/xorg-gtest-example.cpp b/examples/xorg-gtest-example.cpp
index 6a2f662..32d575d 100644
--- a/examples/xorg-gtest-example.cpp
+++ b/examples/xorg-gtest-example.cpp
@@ -3,7 +3,7 @@
 using namespace xorg::testing;
 
 /**
- * @example xorg-gtest.cpp
+ * @example xorg-gtest-example.cpp
  *
  * This is an example for using the fixture
  * xorg::testing::Test for your own tests. Please
diff --git a/include/xorg/gtest/evemu/xorg-gtest_device.h b/include/xorg/gtest/evemu/xorg-gtest_device.h
index 4e456ce..5f8faa2 100644
--- a/include/xorg/gtest/evemu/xorg-gtest_device.h
+++ b/include/xorg/gtest/evemu/xorg-gtest_device.h
@@ -42,7 +42,7 @@ namespace testing {
 namespace evemu {
 
 /**
- * @class Device device.h xorg/gtest/evemu/device.h
+ * @class Device xorg-gtest_device.h xorg/gtest/evemu/xorg-gtest_device.h
  *
  * uTouch-Evemu input device for replaying events through the Linux uinput
  * evdev subsystem.
diff --git a/include/xorg/gtest/xorg-gtest_environment.h b/include/xorg/gtest/xorg-gtest_environment.h
index e113cd7..723223f 100644
--- a/include/xorg/gtest/xorg-gtest_environment.h
+++ b/include/xorg/gtest/xorg-gtest_environment.h
@@ -46,7 +46,7 @@ namespace testing {
  */
 
 /**
- * @class Environment environment.h xorg/gtest/environment.h
+ * @class Environment xorg-gtest_environment.h environment.h xorg/gtest/xorg-gtest_environment.h
  *
  * Global Google %Test environment providing a dummy X server.
  *
diff --git a/include/xorg/gtest/xorg-gtest_process.h b/include/xorg/gtest/xorg-gtest_process.h
index d7e1143..476c0ad 100644
--- a/include/xorg/gtest/xorg-gtest_process.h
+++ b/include/xorg/gtest/xorg-gtest_process.h
@@ -37,7 +37,7 @@ namespace xorg {
 namespace testing {
 
 /**
- * @class Process test.h xorg/gtest/process.h
+ * @class Process xorg-gtest_process.h xorg/gtest/xorg-gtest_process.h
  *
  * Class that abstracts child process creation and termination.
  *
diff --git a/include/xorg/gtest/xorg-gtest_test.h b/include/xorg/gtest/xorg-gtest_test.h
index 093890b..a3cd3b9 100644
--- a/include/xorg/gtest/xorg-gtest_test.h
+++ b/include/xorg/gtest/xorg-gtest_test.h
@@ -37,7 +37,7 @@ namespace xorg {
 namespace testing {
 
 /**
- * @class Test test.h xorg/gtest/test.h
+ * @class Test xorg-gtest_test.h xorg/gtest/xorg-gtest_test.h
  *
  * Google %Test fixture providing an Xlib connection to an X11 server.
  *
-- 
1.7.10.2



More information about the xorg-devel mailing list