Skip to content
Snippets Groups Projects
  • Jürgen Doser's avatar
    83830e86
    Add basic support for generating API documentation using Doxygen · 83830e86
    Jürgen Doser authored
    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.
    83830e86
    History
    Add basic support for generating API documentation using Doxygen
    Jürgen Doser authored
    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.