From 9fce28cfb39cdff5a696806ef60918520f2c03d0 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Thu, 10 Jul 2025 21:33:39 +0200 Subject: [PATCH] Haiku book: Tweak some section titles Just the library name in parentheses doesn't look so great in the book index (in particular for libroot in the "special topics" list). So include a short description there. Change-Id: I99ea8f85b042c5606b078aca906a0717aff6d46f Reviewed-on: https://review.haiku-os.org/c/haiku/+/9452 Reviewed-by: waddlesplash Tested-by: Commit checker robot --- docs/user/book.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/book.dox b/docs/user/book.dox index df3654fd41..057ab5f180 100644 --- a/docs/user/book.dox +++ b/docs/user/book.dox @@ -561,12 +561,12 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE); formats. - \defgroup libtranslation (libtranslation.so) + \defgroup libtranslation Translation Kit libary (libtranslation.so) - \defgroup libbe (libbe.so) + \defgroup libbe Main C++ library (libbe.so) - \defgroup libroot (libroot.so) + \defgroup libroot C and POSIX standard functions and extensions (libroot.so) \brief Implements the C and POSIX standard libraries. */