Tweaks to the API documentation
* Update the Doxyfile for 1.7.6.1. Doxywizard reformatted the comments; that's why this change is so big
* Disable graph inheritance trees; use "Inherits/Inherited by" lists instead (Doxygen has this on by default; I don't think it was intentional)
* Shorten two subgroup names; helps with formatting in Doxygen 1.8 and looks cleaner
* Moves the page footer ("The Haiku Book pre-R1...") be in a <footer> tag, and add a CSS rule for this tag
* Disable XML output, no one is using it
* Disable Microsoft IDL parsing, speeds up Doxygen a bit
This commit is contained in:
committed by
John Scipione
parent
3ed7ce75b3
commit
dba29137b2
+3
-2
@@ -563,10 +563,11 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
|
||||
///// Subgroups /////
|
||||
|
||||
/*!
|
||||
\defgroup support_globals Global functions in the support kit
|
||||
\defgroup support_globals Global functions
|
||||
\ingroup support
|
||||
|
||||
\defgroup layout Layout classes in the Interface Kit
|
||||
\defgroup layout Layout API
|
||||
\brief Provides classes for automatically laying out UIs.
|
||||
\ingroup interface
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user