From 0702b53d1028fff3c47f3f871c08225f9244c5e8 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 12 Oct 2013 20:10:53 +0000 Subject: [PATCH] Avoid confusing arguments with quialifiers from argsstring. [SVN r86275] --- test/doxygen/autodoc.gold | 1 + test/doxygen/boost/example.hpp | 1 + xsl/doxygen/doxygen2boostbook.xsl | 11 ++++++++--- 3 files changed, 10 insertions(+), 3 deletions(-) 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 - +