mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-09 07:08:05 +02:00
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>
This commit is contained in:
parent
f0f4f00c2a
commit
aac29742b0
1 changed files with 13 additions and 11 deletions
|
|
@ -141,8 +141,19 @@ extern "C" {
|
||||||
* If features required are not available, libevdev attempts to work around them
|
* If features required are not available, libevdev attempts to work around them
|
||||||
* in the most reasonable way. For more details see \ref backwardscompatibility.
|
* 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
|
* libevdev's internal test suite uses the
|
||||||
* [Check unit testing framework](http://check.sourceforge.net/). Tests are
|
* [Check unit testing framework](http://check.sourceforge.net/). Tests are
|
||||||
|
|
@ -184,15 +195,6 @@ extern "C" {
|
||||||
* Option "Ignore" "on"
|
* Option "Ignore" "on"
|
||||||
* EndSection
|
* 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
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue