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
+3 -3
View File
@@ -11,7 +11,7 @@
\page interface_intro Introduction to the Interface Kit
\ingroup interface
\section Overview
\section Interface Overview
The Interface Kit holds all the classes you'll need to develop a GUI.
Building on the messaging facilities provided by the Application Kit,
@@ -20,7 +20,7 @@
The most important class in the Interface Kit is the BView class, which
handles drawing and user interaction. Pointer and keyboard events are
processed in this class.
processed in this class.
Another important class is the BWindow class, which holds BViews and makes
them visible to the user. The BWindow class also handles BView focusing
@@ -29,7 +29,7 @@
A new addition Haiku has added over the BeOS API is the Layout API, which
is based around the BLayoutItem and BLayout classes. These classes will
take care of making sure all your GUI widgets end up where you want them,
with enough space to be useful. You can start learning the Layout API
with enough space to be useful. You can start learning the Layout API
by reading the \ref layout_intro.
\section coordinatespaces Coordinate spaces