The sandbox template supports multiple documentation formats, specified through the docs option. You can use:

  • qb: Quickbook / docbook documentation only.
  • qb+doxyref: Quickbook / docbook documentation with a reference section generated by Doxygen (default).
  • qb+doxy: Quickbook / docbook documentation with a link to the entire HTML documentation generated by Doxygen.

The first two options are the most consistent with the documentation format used in recent Boost libraries.

Warning

The qb+doxy option is a work in progress. It has been added because it provides access to all documentation generated by Doxygen (main and related pages, todo and bug lists, modules...), and not just a subset of the reference. At this moment, using this option generates two bodies of documentation which are not well connected visually and navigationally. You should probably not use it.