From b50982a3734b601780821aa668996df5dbb85928 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 8 Jul 2009 21:53:15 +0000 Subject: [PATCH] Support INTERNAL ONLY enums in doxygen/boostbook documenation. Refs #3242. Patch by Mathias Gaunard. [SVN r54818] --- test/doxygen/boost/example.hpp | 3 +++ xsl/doxygen/doxygen2boostbook.xsl | 37 ++++++++++++++++++++----------- 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/test/doxygen/boost/example.hpp b/test/doxygen/boost/example.hpp index a6658e1..58086a1 100644 --- a/test/doxygen/boost/example.hpp +++ b/test/doxygen/boost/example.hpp @@ -22,6 +22,9 @@ namespace example static const int static_const_integer; enum class_enum { enumerator }; + + /// INTERNAL ONLY + enum internal_enum { internal_enumerator }; protected: int protected_integer; static int protected_static_integer; diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index a02c194..63a949c 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -292,21 +292,32 @@ - - - - + + + + + + + + + + + - - - - - + + + + + - - - - + + + + + +