diff --git a/test/doxygen/autodoc.gold b/test/doxygen/autodoc.gold
index 471ac18..ba63d55 100644
--- a/test/doxygen/autodoc.gold
+++ b/test/doxygen/autodoc.gold
@@ -15,6 +15,7 @@
const int
virtual int
+intintdefault_value
int
example const &
diff --git a/test/doxygen/boost/example.hpp b/test/doxygen/boost/example.hpp
index bbbf4e7..4cb9541 100644
--- a/test/doxygen/boost/example.hpp
+++ b/test/doxygen/boost/example.hpp
@@ -35,6 +35,7 @@ namespace example
example(example const&) = default;
example& operator=(example const&) = delete;
virtual int virtual_method();
+ int method_with_default_value(int = default_value);
int integer;
static int static_integer;
diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl
index 52a7ec3..cc6ffeb 100644
--- a/xsl/doxygen/doxygen2boostbook.xsl
+++ b/xsl/doxygen/doxygen2boostbook.xsl
@@ -1061,8 +1061,13 @@
+
+
+
-
+
const
@@ -1074,13 +1079,13 @@
volatile
-
+
= delete
-
+