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 @@ - - - - + + + + + + + + + + + - - - - - + + + + + - - - - + + + + + +