Skip to content

v1.3.0

Compare
Choose a tag to compare
@luator luator released this 14 Mar 11:19
· 15 commits to master since this release

Changes since 1.2.0

Added

  • Config parameter html.logo to specify an image that is shown in the top of
    the navigation bar.
  • Create a symlink called PKG in the build directory that points to the project source
    directory. This allows, for example, to include example scripts from the source
    directory into RST files, using a path like /PKG/scripts/example.py.

Changed

  • Private members of C++ classes are not shown anymore. This affects the
    auto-generated API documentation as well as usages of .. doxygenclass:: in
    the general documentation. In the latter they can be added back if desired by
    specifying :private-members:.