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
+7 -6
View File
@@ -1,8 +1,9 @@
<footer>
<hr />
<HR>
$projectname $projectnumber - $title<br />
Generated on $datetime, by Doxygen $doxygenversion
</footer>
$projectname $projectnumber - $title<BR>
Generated on $date by Doxygen $doxygenversion
</BODY>
</HTML>
</body>
</html>