-
template<typename T>
+ template <typename T>
test::concept_1 concept
A concept.
diff --git a/tests/test_project/expected_html/concepttest_1_1nested_1_1concept__2.html b/tests/test_project/expected_html/concepttest_1_1nested_1_1concept__2.html
index 246f891..452542d 100644
--- a/tests/test_project/expected_html/concepttest_1_1nested_1_1concept__2.html
+++ b/tests/test_project/expected_html/concepttest_1_1nested_1_1concept__2.html
@@ -56,7 +56,7 @@
-
template<typename T>
+ template <typename T>
test::nested::concept_2 concept
A concept.
diff --git a/tests/test_project/expected_html/namespacetest.html b/tests/test_project/expected_html/namespacetest.html
index 6e2baea..18cac6e 100644
--- a/tests/test_project/expected_html/namespacetest.html
+++ b/tests/test_project/expected_html/namespacetest.html
@@ -135,7 +135,7 @@
A struct.
- template<typename T>
+ template <typename T>
class template_class_1
A template class.
@@ -145,7 +145,7 @@
-
-
template<typename T>
+ template <typename T>
concept concept_1
- A concept.
@@ -180,7 +180,7 @@
- A C++11 'using' typedef.
-
-
template<typename T>
+ template <typename T>
using a_typedef_template = T
- A C++11 'using' typedef template.
@@ -198,12 +198,12 @@
- A function with a deduced return type.
-
-
template<typename T, typename U>
+ template <typename T, typename U>
auto do_the_other_thing(U u) -> T constexpr noexcept
- A function template.
-
- auto do_the_thing() -> std::uint8_t
+ auto do_the_thing() -> std::uint8_t
- A function.
-
@@ -225,7 +225,7 @@
Enum documentation
A C++11 scoped enum.
@@ -256,7 +256,7 @@
A pre-C++11 unscoped enum.
@@ -290,7 +290,7 @@
Typedef documentation
An old-school typedef.
@@ -298,7 +298,7 @@
A C++11 'using' typedef.
@@ -308,9 +308,9 @@
A C++11 'using' typedef template.
More info.
@@ -320,7 +320,7 @@
Function documentation
- auto test::a_function_with_a_deduced_return_type()
+ auto test::a_function_with_a_deduced_return_type()
A function with a deduced return type.
@@ -338,9 +338,9 @@
- template<typename T, typename U>
+ template <typename T, typename U>
- T test::do_the_other_thing(U u) constexpr noexcept
+ T test::do_the_other_thing(U u) constexpr noexcept
A function template.
@@ -377,7 +377,7 @@
- int test::do_the_thing_automatically()
+ int test::do_the_thing_automatically()
A function with a trailing return type.
@@ -396,7 +396,7 @@
Variable documentation
- bool test::inline_variable constexpr
+ bool test::inline_variable constexpr
An inline variable.
diff --git a/tests/test_project/expected_html/namespacetest_1_1nested.html b/tests/test_project/expected_html/namespacetest_1_1nested.html
index 89c8701..4d89707 100644
--- a/tests/test_project/expected_html/namespacetest_1_1nested.html
+++ b/tests/test_project/expected_html/namespacetest_1_1nested.html
@@ -74,7 +74,7 @@
Contents
Concepts
-
-
template<typename T>
+ template <typename T>
concept concept_2
- A concept.
diff --git a/tests/test_project/expected_html/structtest_1_1struct__1.html b/tests/test_project/expected_html/structtest_1_1struct__1.html
index e07ed08..761514a 100644
--- a/tests/test_project/expected_html/structtest_1_1struct__1.html
+++ b/tests/test_project/expected_html/structtest_1_1struct__1.html
@@ -100,7 +100,7 @@ Public static variables
Enum documentation
- enum class test::struct_1::nested_enum
+ enum class test::struct_1::nested_enum
A C++11 scoped enum.
More info.
@@ -133,7 +133,7 @@
Variable documentation
- static bool test::struct_1::static_variable constexpr
+ static bool test::struct_1::static_variable constexpr
A static variable.
More info.
diff --git a/tests/test_project/expected_xml/namespacetest.xml b/tests/test_project/expected_xml/namespacetest.xml
index de58aa0..166569d 100644
--- a/tests/test_project/expected_xml/namespacetest.xml
+++ b/tests/test_project/expected_xml/namespacetest.xml
@@ -267,7 +267,7 @@
A namespace.
- More info. Here's some C++: intfoo(){return42_a_numeric_udl;}constchar*bar()noexcept{return""_a_string_udl;}usingsome_typedef=int;template<typenameT>usingtemplated_typedef=int;classqux{staticintfunc();staticboolfunc2(int);staticvoidfunc3();qux(){func();if(func2(7)){qux::func3();}}}; thisshouldbea.shblock.eachlineshouldbeindendedbyonemoretabthanthelast.ihaveputtheblockopenersandclosersrightnexttoeachotherwithoutablanklineinbetweenbecausethisbreaksparsinginm.cssbutpoxyhasafixforit.additionallyitshouldappear'glued'totheaboveC++block,becausemagic.
+ More info. Here's some C++: intfoo(){return42_a_numeric_udl;}constchar*bar()noexcept{return""_a_string_udl;}usingsome_typedef=int;template<typenameT>usingtemplated_typedef=int;classqux{staticintfunc();staticboolfunc2(int);staticvoidfunc3();qux(){func();if(func2(7)){qux::func3();}}}; thisshouldbea.shblock.eachlineshouldbeindendedbyonemoretabthanthelast.ihaveputtheblockopenersandclosersrightnexttoeachotherwithoutablanklineinbetweenbecausethisbreaksparsinginm.cssbutpoxyhasafixforit.additionallyitshouldappear'glued'totheaboveC++block,becausemagic.
test::class_1