The Wayback Machine - https://web.archive.org/web/20201117234236/https://github.com/boostorg/docca
Skip to content
develop
Go to file
Code

Latest commit

fix #48, fix #54, close #56

Also, move $include-private-members definition to project-specific config file.
36187e2

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

docca

Docca is a set of XSLT transformations which converts Doxygen XML extracted from Javadoc comments in C++ source code, into Boost.Quickbook output

These scripts are used by Boost.Beast to generate the reference. For example, this Javadoc comment is extracted by Doxygen into an intermediate XML representation, then processed by the XSLT script via Saxon-HE to produce this Boost.Quickbook page.

Usage

The following Doxygen configuration settings must be set as indicated:

DISTRIBUTE_GROUP_DOC = YES

License

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)

You can’t perform that action at this time.