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 ReferenceDocumentation for class example. intThis type has documentation. intThis type has documentation. longThis type has documentation. long doubleshortdoubleintintconst intintconst intintexample const &example const &
+Example ReferenceDocumentation for class example. intThis type has documentation. intThis type has documentation. longThis type has documentation. long doubleshortdoubleintintconst intintconst intintexample const &example &example const &
A template parameter
intThis is a non-type template parameter
intThis is a template parameter with a default argument
Test some doxygen markupThis is just an example.
Embedded docbook list:
- 12
- Special Bold Typewriter Italics emphasis parameter
+12
+Special Bold Typewriter Italics emphasis parameter
Arg1 first argument.
Arg2 second argument.
@@ -15,13 +15,13 @@ Embedded docbook list:
Second list item
Line 1
- Line 2 void foo() {}
+ Line 2void foo() {}
- T *A constructor. A destructor. const specialization_test &An assignment operator. intintconst intconst intintintA function parameter intAnother
+ 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 @@
+
+
+
+
+