diff --git a/test/doxygen/autodoc.gold b/test/doxygen/autodoc.gold
index 2e50746..983ced9 100644
--- a/test/doxygen/autodoc.gold
+++ b/test/doxygen/autodoc.gold
@@ -14,9 +14,9 @@
int
const int
-virtual int
-virtual int
-virtual int
+int
+int
+int
intintdefault_value
void
void
@@ -30,6 +30,10 @@
example const &
example &example const &
+
+int
+int
+
A template parameter
intThis is a non-type template parameter
diff --git a/test/doxygen/boost/example.hpp b/test/doxygen/boost/example.hpp
index 608a260..af2d0e7 100644
--- a/test/doxygen/boost/example.hpp
+++ b/test/doxygen/boost/example.hpp
@@ -51,6 +51,9 @@ namespace example
void constexpr_noexcept() constexpr noexcept;
+ static int static_method();
+ static int static_constexpr() constexpr;
+
int integer;
static int static_integer;
mutable int mutable_integer;
diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl
index 663c9f9..d10f584 100644
--- a/xsl/doxygen/doxygen2boostbook.xsl
+++ b/xsl/doxygen/doxygen2boostbook.xsl
@@ -1087,15 +1087,24 @@
substring('= 0 ', 1, 999 * (@virt = 'pure-virtual')),
''))" />
+
+
+
-
-
- explicit
+
+
+
+
@@ -1247,11 +1256,6 @@
-
-
- virtual
-
-
@@ -1288,15 +1292,6 @@
-
-
- static
-
-
-
- virtual
-
-