aboutsummaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
AgeCommit message (Collapse)Author
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2020-04-14Add all src folders to doxygen (#9603)DS
2016-01-04Improve DoxyfileShadowNinja
* Add main page. * Organize into sections. * Add threading sources. * Include SpatialAreaStore, LevelDB/Redis, sound, FreeType, and cURL in output. * Add logo. * Fix project name hardcoding. * Remove PAPER_TYPE (only used when GENERATE_LATEX is enabled). * Have dot render graphs as SVG (smaller, and works even if dot's text drawing functionality is broken). * Enable built-in STL support. * Enable search bar. * Switch from header-bar based navigation to treeview based navigation. * Enable dynamic HTML (collapses graphs). * Enable generation timestamp.
2015-09-02Add two missing directories to doxygenNer'zhul
2014-12-12Add basic support for generating API documentation using DoxygenJürgen Doser
If CMake is run and Doxygen is found, add a make target called "doc", which builds API documention in doc/html. This target is not included in the default "all" target, you have to explicitly run "make doc" to generate the documentation. If graphviz is installed, in particular, if the "dot" binary is found, doxygen is configured to generate various kinds of diagrams. Note that due to this, the first run of doxygen can take a while.