Skip to content

Commit 69da986

Browse files
committed
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.
1 parent 221ad88 commit 69da986

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/changelog.doc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3774,7 +3774,7 @@ make sure you add the following:
37743774
<li> id <a href="https://github.com/doxygen/doxygen/issues/4508">4508</a>: Added support for &lt;inheritdoc/&gt; C# XML command
37753775
(thanks to John Werner for the patch).</li>
37763776
<li> id <a href="https://github.com/doxygen/doxygen/issues/4588">4588</a>, Added support for resolving environment variables of the
3777-
form $(PROGRAMFILES(X86)) inside the config file</li>
3777+
form &#36;(PROGRAMFILES(X86)) inside the config file</li>
37783778
<li> Doxygen now shows Objective-C properties in collaboration diagrams
37793779
(thanks to Sven Weidauer for the patch).</li>
37803780
<li> Added ability to search for group or page titles.</li>
@@ -5849,7 +5849,7 @@ make sure you add the following:
58495849
<li> id 457857: Leading "struct" keyword is no longer stripped from the documentation of
58505850
functions that return a pointer to a struct.</li>
58515851
<li> id 458710: Expanding environment variables in the config file to a
5852-
file or path name with spaces (e.g. "$(VCInstallDir)include") was
5852+
file or path name with spaces (e.g. "&#36;(VCInstallDir)include") was
58535853
incorrectly interpreted as a list when used with for instance <code>INPUT</code>.</li>
58545854
<li> id 458749: Undocumented constructors/destructors inside an undocumented member group
58555855
were not visible in the output.</li>
@@ -7264,7 +7264,7 @@ make sure you add the following:
72647264
now be improved significantly.</li>
72657265
<li> Made some cosmetic changes to the HTML output (thanks to Ben Harper).</li>
72667266
<li> STRIP_FROM_PATH now by default strips the path from which doxygen is
7267-
run (i.e. $(PWD)/ on Unix)</li>
7267+
run (i.e. &#36;(PWD)/ on Unix)</li>
72687268
</ul>
72697269
<h3>New features</h3>
72707270
<ul>
@@ -7315,7 +7315,7 @@ make sure you add the following:
73157315
Eoin MacDonell for the fix).</li>
73167316
<li> Grouped pages in the XML output did have the same id as their group.</li>
73177317
<li> Fixed problem handling environment variables inside a
7318-
quoted string in the config file (e.g. "$(HOME)/My Path/").</li>
7318+
quoted string in the config file (e.g. "&#36;(HOME)/My Path/").</li>
73197319
<li> Using "\mainpage notitle" caused the "notitle" to appear in the treeview.</li>
73207320
<li> Page references where wrong in the latex output when PDF_HYPERLINKS
73217321
was disabled.</li>
@@ -9166,7 +9166,7 @@ make sure you add the following:
91669166
(thanks to Marvin Wolfthal).</li>
91679167
<li> In some situations doxygen wanted to write a files containing a \n.</li>
91689168
<li> Environment variables can now also be used for non-string values
9169-
in the config file, like for example QUIET = $(QUIET_ON)</li>
9169+
in the config file, like for example QUIET = &#36;(QUIET_ON)</li>
91709170
<li> Fixed a number of typo's in the docs (thanks to Philippe Lhoste &amp;
91719171
Jens Seidel).</li>
91729172
<li> Inheritance through typedefs within a namespace did not yield the

0 commit comments

Comments
 (0)