⛏️ index : haiku.git

author DigitalBox98 <digitalbox098@gmail.com> 2025-07-24 19:54:33.0 +02:00:00
committer Adrien Destugues <pulkomandy@pulkomandy.tk> 2025-12-13 20:20:07.0 +00:00:00
commit
cfd2df0eba8af48635b0dd7409d8d134aead64d6 [patch]
tree
0f6b8f92f406da9b3fd2227a0826b9b61cd1678f
parent
b6506ee08310430571ee5c594d7a745f4971bccb
download
cfd2df0eba8af48635b0dd7409d8d134aead64d6.tar.gz

Haiku Book: add device kit

Change-Id: Ic2569ae2c6857e1c00ab9068743042ed51d7ea5f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9519
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

Diff

 docs/user/book.dox | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/user/book.dox b/docs/user/book.dox
index c0340b4..2327c9d 100644
--- a/docs/user/book.dox
+++ b/docs/user/book.dox
@@ -32,6 +32,8 @@
		- The \ref app is the starting point for developing applications
			and includes classes for messaging and for interacting with
			the rest of the system.
		- The \ref device offers software interfaces
			that allow applications to access and interact with connected hardware.
		- The \ref game provides classes for producing game sounds and
			working with full screen apps.
		- The \ref interface is used to create responsive and attractive
@@ -116,6 +118,9 @@
		- BKey
		- BKeyStore

	\defgroup device Device Kit
	\brief The Device Kit offers software interfaces
	that allow applications to access and interact with connected hardware.

	\defgroup device Device Kit
	\brief The Device Kit provides access to devices such as joysticks and serial ports.
@@ -123,7 +128,6 @@
	\defgroup game Game Kit
	\brief The Game Kit provides classes for producing game sounds and
		working with full screen apps.


	\defgroup interface Interface Kit
	\brief API for displaying a graphical user interface.