summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-12-04 19:50:06 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-12-09 09:48:59 +1000
commitaac29742b0b571fd2cb18cb21ef02c2553f5d6b7 (patch)
tree7cf6cad4ab49252df5b596ea1938d49ccb4105c7
parentf0f4f00c2a0427444efe08795b18f4ab7bf855c8 (diff)
downloadlibevdev-aac29742b0b571fd2cb18cb21ef02c2553f5d6b7.tar.gz
Move the testing part to a separate page
Not something that interests the average visitor of the front page Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--libevdev/libevdev.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h
index 9b2de58..23d1b32 100644
--- a/libevdev/libevdev.h
+++ b/libevdev/libevdev.h
@@ -141,8 +141,19 @@ extern "C" {
* If features required are not available, libevdev attempts to work around them
* in the most reasonable way. For more details see \ref backwardscompatibility.
*
- * libevdev internal test suite
- * ============================
+ * License information
+ * ===================
+ * libevdev is licensed under the
+ * [X11 license](http://cgit.freedesktop.org/libevdev/tree/COPYING).
+ *
+ * Reporting bugs
+ * ==============
+ * Please report bugs in the freedesktop.org bugzilla under the libevdev product:
+ * https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
+ */
+
+/**
+ * @page testing libevdev-internal test suite
*
* libevdev's internal test suite uses the
* [Check unit testing framework](http://check.sourceforge.net/). Tests are
@@ -184,15 +195,6 @@ extern "C" {
* Option "Ignore" "on"
* EndSection
*
- * License information
- * ===================
- * libevdev is licensed under the
- * [X11 license](http://cgit.freedesktop.org/libevdev/tree/COPYING).
- *
- * Reporting bugs
- * ==============
- * Please report bugs in the freedesktop.org bugzilla under the libevdev product:
- * https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
*/
/**