mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 07:08:01 +02:00
doc: group the "related pages" by general topic
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9784b1d451
commit
17ca33fa55
2 changed files with 35 additions and 1 deletions
|
|
@ -17,11 +17,13 @@ header_files = \
|
||||||
$(srcdir)/gestures.dox \
|
$(srcdir)/gestures.dox \
|
||||||
$(srcdir)/normalization-of-relative-motion.dox \
|
$(srcdir)/normalization-of-relative-motion.dox \
|
||||||
$(srcdir)/palm-detection.dox \
|
$(srcdir)/palm-detection.dox \
|
||||||
|
$(srcdir)/page-hierarchy.dox \
|
||||||
$(srcdir)/scrolling.dox \
|
$(srcdir)/scrolling.dox \
|
||||||
$(srcdir)/seats.dox \
|
$(srcdir)/seats.dox \
|
||||||
$(srcdir)/t440-support.dox \
|
$(srcdir)/t440-support.dox \
|
||||||
$(srcdir)/tapping.dox \
|
$(srcdir)/tapping.dox \
|
||||||
$(srcdir)/test-suite.dox
|
$(srcdir)/test-suite.dox \
|
||||||
|
$(srcdir)/tools.dox
|
||||||
|
|
||||||
diagram_files = \
|
diagram_files = \
|
||||||
$(srcdir)/dot/seats-sketch.gv \
|
$(srcdir)/dot/seats-sketch.gv \
|
||||||
|
|
|
||||||
32
doc/page-hierarchy.dox
Normal file
32
doc/page-hierarchy.dox
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
/**
|
||||||
|
@page touchpads Touchpads
|
||||||
|
|
||||||
|
- @subpage scrolling
|
||||||
|
- @subpage clickpad_softbuttons
|
||||||
|
- @subpage tapping
|
||||||
|
- @subpage gestures
|
||||||
|
- @subpage palm_detection
|
||||||
|
- @subpage t440_support
|
||||||
|
|
||||||
|
@page touchscreens Touchscreens
|
||||||
|
|
||||||
|
- @subpage absolute_axes
|
||||||
|
|
||||||
|
@page pointers Mice, Trackballs, etc.
|
||||||
|
|
||||||
|
- @subpage motion_normalization
|
||||||
|
|
||||||
|
@page general General setup
|
||||||
|
|
||||||
|
- @subpage udev_config
|
||||||
|
- @subpage seats
|
||||||
|
|
||||||
|
@page misc Users
|
||||||
|
|
||||||
|
- @subpage faq
|
||||||
|
|
||||||
|
@page developers Developers
|
||||||
|
|
||||||
|
- @subpage test-suite
|
||||||
|
|
||||||
|
*/
|
||||||
Loading…
Add table
Reference in a new issue