diff --git a/test/doxygen/autodoc.gold b/test/doxygen/autodoc.gold
index 9b93c61..425d7ca 100644
--- a/test/doxygen/autodoc.gold
+++ b/test/doxygen/autodoc.gold
@@ -15,6 +15,8 @@
int
const int
+example const &
+example &example const &
int
int
int
@@ -41,8 +43,6 @@
void
int
-example const &
-example &example const &
int
int
@@ -51,16 +51,21 @@
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.
+ Test some doxygen markupThis is just an example.
+
Embedded docbook list:
12
Special Bold Typewriter Italics emphasis parameter
-Arg1 first argument.
-Arg2 second argument.
+Arg1 first argument.
+
+Arg2 second argument.
+
-First list item.
-Second list item
+First list item.
+
+Second list item
+
Line 1
Line 2void foo() {}
@@ -84,10 +89,10 @@ int foo2();
T *
-
A constructor.
A destructor.
unspecifiedconst specialization_test &An assignment operator.
+
int
int
@@ -99,9 +104,13 @@ int foo2();
intintA function parameter intAnother
-This is a test function. Link to class Link to class template This is a note.
-See Also:example::example and example_template
-i > jThe answer
+This is a test function. Link to class Link to class template This is a note.
+
+See Also:example::example and example_template
+
+i > j
+The answer
+
void
A template parameter
intThis is a non-type template parameter