From a7dd45375dabb320b24c57d618dae8f705ed47e5 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 12 Oct 2013 23:54:37 +0000 Subject: [PATCH] Use specifiers attribute for virtual and explicit. [SVN r86279] --- test/doxygen/autodoc.gold | 10 +++++++--- test/doxygen/boost/example.hpp | 3 +++ xsl/doxygen/doxygen2boostbook.xsl | 29 ++++++++++++----------------- 3 files changed, 22 insertions(+), 20 deletions(-) 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 +