diff --git a/test/doxygen/autodoc.gold b/test/doxygen/autodoc.gold index 95c8181..58434b1 100644 --- a/test/doxygen/autodoc.gold +++ b/test/doxygen/autodoc.gold @@ -63,8 +63,22 @@ Embedded docbook list: Second list item Line 1 - Line 2void foo() {} - +Line 2void foo() {} +void foo2() {} +void bar() {} + +void bar2() {} +Alternative way of writing code, has a complicated workaround because doxygen treats the empty line as a paragraph separator: +int bar(); + +int bar2(); +Unfortunately the workaround will merge consecutive blocks, like this: +int foo(); + + + +int foo2(); +