HaikuBook: fix some errors and warnings during documentation generation

Change-Id: Ib6b876ff83aeba0d2346990ab2e9869cbf519284
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6641
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Niels Sascha Reedijk
2023-06-24 22:00:27 +00:00
committed by waddlesplash
parent 8872deb057
commit 4958c5d7b6
4 changed files with 10 additions and 8 deletions
+2
View File
@@ -931,6 +931,7 @@ INPUT = . \
../../headers/os/device/Joystick.h \ ../../headers/os/device/Joystick.h \
../../headers/os/drivers/fs_interface.h \ ../../headers/os/drivers/fs_interface.h \
../../headers/os/drivers/USB3.h \ ../../headers/os/drivers/USB3.h \
../../headers/os/drivers/USB_isochronous.h \
../../headers/os/drivers/USB_spec.h \ ../../headers/os/drivers/USB_spec.h \
../../headers/os/game \ ../../headers/os/game \
../../headers/os/interface \ ../../headers/os/interface \
@@ -941,6 +942,7 @@ INPUT = . \
../../headers/os/midi2 \ ../../headers/os/midi2 \
../../headers/os/net \ ../../headers/os/net \
../../headers/private/netservices2 \ ../../headers/private/netservices2 \
../../headers/private/shared/MemoryRingIO.h \
../../headers/os/storage \ ../../headers/os/storage \
../../headers/os/support \ ../../headers/os/support \
../../headers/os/translation \ ../../headers/os/translation \
+1 -1
View File
@@ -11,7 +11,7 @@
\page interface_intro Introduction to the Interface Kit \page interface_intro Introduction to the Interface Kit
\ingroup interface \ingroup interface
\section Overview \section Interface Overview
The Interface Kit holds all the classes you'll need to develop a GUI. The Interface Kit holds all the classes you'll need to develop a GUI.
Building on the messaging facilities provided by the Application Kit, Building on the messaging facilities provided by the Application Kit,
+1 -1
View File
@@ -38,7 +38,7 @@
look at the overview, or go straight to the complete look at the overview, or go straight to the complete
\link support list of components \endlink of this kit. \link support list of components \endlink of this kit.
\section Overview \section Support Overview
- Thread Safety: - Thread Safety:
- BLocker provides a semaphore-like locking mechanism allowing for - BLocker provides a semaphore-like locking mechanism allowing for
recursive locks. recursive locks.