项目作者: boostorg

项目描述 :
Boost.Book XSLT C++ documentation system
高级语言: XSLT
项目地址: git://github.com/boostorg/docca.git
创建时间: 2016-09-09T15:36:07Z
项目社区:https://github.com/boostorg/docca

开源协议:Boost Software License 1.0

下载


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:

  1. 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)