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 @@ + + + + +