From aa6ef6658ce8f9179a025cce7934956a4cc3cd06 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 25 Mar 2015 11:23:42 -0400 Subject: [PATCH] Haiku Book: fix device drivers group definition. Also removed the "Keyboard" group definition, which was broken. There wasn't anything in that group, and there's only one page on the keyboard anyway. --- docs/user/book.dox | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/user/book.dox b/docs/user/book.dox index 1487069a73..db417c68dd 100644 --- a/docs/user/book.dox +++ b/docs/user/book.dox @@ -18,7 +18,7 @@ detailed on the \ref compatibility page. New classes and methods and incompatible API changes to the BeOS R5 API are noted in the appropriate sections. - + A complete reference to the BeOS R5 API is available on the web in The Be Book. The Be Book is used with permission from @@ -91,7 +91,7 @@ - BMessageQueue - BMessageRunner - BMessenger - + The second group is the system interaction classes. These classes provide hooks for your application to interact with the rest of the system. The most important class in this group is BApplication. Below is a list of @@ -434,7 +434,7 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE); Filters should ignore the time argument from the spray and hook functions, and simply pass it on unchanged. Objects that only filter data should process the event as quickly as possible and be done with it. Do not - snooze_until() in the consumer endpoint of a filter! + snooze_until() in the consumer endpoint of a filter! \section midi2apidiffs API Differences @@ -611,5 +611,6 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE); ///// Special Topics ///// -\defgroup drivers Device Drivers -\defgroup keyboard Keyboard +/*! + \defgroup drivers Device Drivers +*/