From 4e0ce03c6e3f3434ac96e61358d238300d06f853 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 12 Oct 2013 02:10:24 +0000 Subject: [PATCH] Add assignment return to doxygen2boostbook. Refs #9241. [SVN r86252] --- test/doxygen/autodoc.gold | 12 ++++++------ test/doxygen/boost/example.hpp | 2 +- xsl/doxygen/doxygen2boostbook.xsl | 5 +++++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/test/doxygen/autodoc.gold b/test/doxygen/autodoc.gold index 0e70f73..e4d04d9 100644 --- a/test/doxygen/autodoc.gold +++ b/test/doxygen/autodoc.gold @@ -1,12 +1,12 @@ -Example Reference
Documentation for class example. intThis type has documentation. intThis type has documentation. longThis type has documentation. long doubleshortdoubleintintconst intintconst intintexample const &example const &T *A constructor. A destructor. unspecifiedconst specialization_test &An assignment operator. intintconst intconst intintintA function parameter intAnother This is a test function. Link to class Link to class template This is a note. @@ -30,4 +30,4 @@ This is a test function. Link to classA template parameter intThis is a non-type template parameter Testing a function template. -Documentation for macro example.
+Documentation for macro example. \ No newline at end of file diff --git a/test/doxygen/boost/example.hpp b/test/doxygen/boost/example.hpp index acceb69..daead91 100644 --- a/test/doxygen/boost/example.hpp +++ b/test/doxygen/boost/example.hpp @@ -149,7 +149,7 @@ namespace example /** A destructor. */ ~specialization_test(); /** An assignment operator. */ - specialization_test& operator=(const specialization_test&); + detail::unspecified& operator=(const specialization_test&); }; } diff --git a/xsl/doxygen/doxygen2boostbook.xsl b/xsl/doxygen/doxygen2boostbook.xsl index bb79f27..4f338a2 100644 --- a/xsl/doxygen/doxygen2boostbook.xsl +++ b/xsl/doxygen/doxygen2boostbook.xsl @@ -1218,6 +1218,11 @@ + + + + +