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:
waddlesplash
2014-02-27 17:21:51 -05:00
committed by John Scipione
parent 3ed7ce75b3
commit dba29137b2
4 changed files with 73 additions and 56 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ div.tabs ul.tablist li li.current a, div.tabs2 ul.tablist li li.current a,
/* Contents div */
div.contents {
div.contents, footer {
line-height: 1.5;
margin: 10px auto;
width: 59em;