From 69da986bed4cefbad6a858a3427e03983f03118a Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 27 Mar 2021 13:45:30 +0100 Subject: Environment variabelen in changelog The environment variables in the changelog were replaced by their values and this was not the intention in the changelog By using the HTML Entity here for the dollar sign this can be prevented. --- doc/changelog.doc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/changelog.doc b/doc/changelog.doc index 0d3dd2a..b2dc8fc 100644 --- a/doc/changelog.doc +++ b/doc/changelog.doc @@ -3774,7 +3774,7 @@ make sure you add the following:
  • id 4508: Added support for <inheritdoc/> C# XML command (thanks to John Werner for the patch).
  • id 4588, Added support for resolving environment variables of the - form $(PROGRAMFILES(X86)) inside the config file
  • + form $(PROGRAMFILES(X86)) inside the config file
  • Doxygen now shows Objective-C properties in collaboration diagrams (thanks to Sven Weidauer for the patch).
  • Added ability to search for group or page titles.
  • @@ -5849,7 +5849,7 @@ make sure you add the following:
  • id 457857: Leading "struct" keyword is no longer stripped from the documentation of functions that return a pointer to a struct.
  • id 458710: Expanding environment variables in the config file to a - file or path name with spaces (e.g. "$(VCInstallDir)include") was + file or path name with spaces (e.g. "$(VCInstallDir)include") was incorrectly interpreted as a list when used with for instance INPUT.
  • id 458749: Undocumented constructors/destructors inside an undocumented member group were not visible in the output.
  • @@ -7264,7 +7264,7 @@ make sure you add the following: now be improved significantly.
  • Made some cosmetic changes to the HTML output (thanks to Ben Harper).
  • STRIP_FROM_PATH now by default strips the path from which doxygen is - run (i.e. $(PWD)/ on Unix)
  • + run (i.e. $(PWD)/ on Unix)

    New features