Skip to content

Documentation Generator

lbuild module: modm:docs

This module creates the documentation groups and hierarchy according to the modm module structure into modm/docs.

The documentation can be generated using Doxygen or Doxypress.

Doxygen

To generate the C++ documentation call Doxygen manually:

(cd modm/docs && doxygen doxyfile.cfg)

Then open modm/docs/html/index.html in your web browser of choice.

Doxypress

Install Doxypress.

To generate the C++ documentation call Doxypress:

(cd modm/docs && doxypress doxypress.json)

Then open modm/docs/html/index.html in your web browser of choice.

Options

enable_qch

Generate the Doxygen docs as Qt Help format (qch)

Default: no
Inputs: [yes, no]