2
0
mirror of https://github.com/boostorg/docca.git synced 2026-01-19 04:12:08 +00:00
Dmitry Arkhipov d335d91cf2 reuse previous occurances of functions
This fixes the issue when a function is referenced several times in the
data, and docca creates an instance for each reference, but the index
only contains the first instance. That in turn would lead to several
attributes of other instances not being set. # Please enter the commit
message for your changes. Lines starting # with '#' will be ignored, and
an empty message aborts the commit. # # On branch fix/duplicate-entities
2024-10-31 13:00:55 +03:00
2024-06-11 20:41:04 +03:00
2024-08-21 10:01:10 +10:00
2024-06-11 20:41:04 +03:00
2024-06-11 20:41:04 +03:00
2024-08-21 10:01:10 +10:00
2019-12-07 10:47:04 -08:00
2024-08-21 10:16:57 +10:00
2019-09-15 17:06:54 -07:00

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)

Description
Mirrored via gitea-mirror
Readme 334 KiB
Languages
Python 54.5%
XSLT 27.3%
Jinja 12.1%
C++ 4.2%
Shell 1.9%