From 294a4976bd04829dd204aaf9e9fd30338a5d3199 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 11 Oct 2023 10:13:39 +0300 Subject: [PATCH] attempt to fix reference section collapse (refs https://github.com/boostorg/any/issues/27) --- doc/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 4f1ca36d..078881e7 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -47,7 +47,7 @@ doxygen autodoc_pfr [ glob ../../../boost/pfr/*.hpp ] : $(doxygen_params) - "boost.doxygen.reftitle=Reference Section" + "boost.doxygen.reftitle=Reference Section of PFR" ; boostbook pfr-doc