Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
example/ | 12-May-2024 | - | 1,771 | 914 | ||
include/docca/ | 12-May-2024 | - | 1,518 | 1,179 | ||
CHANGELOG.md | D | 12-May-2024 | 12 | 2 | 1 | |
LICENSE_1_0.txt | D | 12-May-2024 | 1.3 KiB | 24 | 20 | |
README.md | D | 12-May-2024 | 854 | 21 | 16 |
README.md
1# docca 2 3Docca is a set of XSLT transformations which converts Doxygen 4XML extracted from Javadoc comments in C++ source code, into 5Boost.Quickbook output 6 7These scripts are used by 8[Boost.Beast](https://github.com/boostorg/beast/) 9to generate the reference. 10For example, this 11[Javadoc comment](https://github.com/boostorg/beast/blob/b7230f12f16fe7a9f7a1ece5be1f607c8552448a/include/boost/beast/core/buffers_cat.hpp#L68]) 12is extracted by Doxygen into an intermediate XML representation, 13then processed by the XSLT script via Saxon-HE to produce this 14[Boost.Quickbook page](https://www.boost.org/doc/libs/1_71_0/libs/beast/doc/html/beast/ref/boost__beast__buffers_cat.html). 15 16## License 17 18Distributed under the Boost Software License, Version 1.0. 19(See accompanying file [LICENSE_1_0.txt](LICENSE_1_0.txt) or copy at 20https://www.boost.org/LICENSE_1_0.txt) 21