From a964f809e5acbf831f9d80ef88576096523cbef4 Mon Sep 17 00:00:00 2001 From: Evan Lenz Date: Sat, 17 Oct 2020 23:58:32 -0700 Subject: [PATCH] Show all a member's briefs on the class page: fix #44, close #46 In particular, include briefdescriptions for members that are part of a user-defined group. --- README.md | 6 ++++++ include/docca/base-stage1.xsl | 22 ++++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b2002d0..03e050e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ is extracted by Doxygen into an intermediate XML representation, then processed by the XSLT script via Saxon-HE to produce this [Boost.Quickbook page](https://www.boost.org/doc/libs/1_71_0/libs/beast/doc/html/beast/ref/boost__beast__buffers_cat.html). +## 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. diff --git a/include/docca/base-stage1.xsl b/include/docca/base-stage1.xsl index 65fea6b..c109886 100644 --- a/include/docca/base-stage1.xsl +++ b/include/docca/base-stage1.xsl @@ -317,9 +317,10 @@ - - - + + + + @@ -333,7 +334,14 @@ - + + @@ -350,13 +358,11 @@ - - - {d:member-name(.)} + {current-grouping-key()} @@ -369,7 +375,7 @@ - +