diff --git a/Doc/Doxygen/core/Doxyfile.in b/Doc/Doxygen/core/Doxyfile.in index 5bb7ae11cdfd789af229ac90f3cd4e38e2745bae..cbd5ab3b6cb32bf0b11916410a4177e2673ac8a6 100644 --- a/Doc/Doxygen/core/Doxyfile.in +++ b/Doc/Doxygen/core/Doxyfile.in @@ -272,8 +272,8 @@ TAB_SIZE = 4 # with the commands \{ and \} for these it is advised to use the version @{ and # @} or use a double escape (\\{ and \\}) -ALIASES = "homepage=@par Homepage:\n" \ - "license=@par License:\n" +ALIASES = "homepage=@par Homepage:^^" \ + "license=@par License:^^" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For