From 7279183c79bc36cddbc1b8c095b13c711c1b7190 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 13 May 2024 23:41:00 +0300 Subject: [PATCH] Updated autodoc.gold in the Doxygen test according to changes in PR #26. Constructors, destructors and copy-assignment tags were moved under the respective method-group tags. The rest are newline changes. --- test/doxygen/autodoc.gold | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) 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