@@ -3774,7 +3774,7 @@ make sure you add the following:
3774
3774
<li> id <a href="https://github.com/doxygen/doxygen/issues/4508">4508</a>: Added support for <inheritdoc/> C# XML command
3775
3775
(thanks to John Werner for the patch).</li>
3776
3776
<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 $ (PROGRAMFILES(X86)) inside the config file</li>
3778
3778
<li> Doxygen now shows Objective-C properties in collaboration diagrams
3779
3779
(thanks to Sven Weidauer for the patch).</li>
3780
3780
<li> Added ability to search for group or page titles.</li>
@@ -5849,7 +5849,7 @@ make sure you add the following:
5849
5849
<li> id 457857: Leading "struct" keyword is no longer stripped from the documentation of
5850
5850
functions that return a pointer to a struct.</li>
5851
5851
<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. "$ (VCInstallDir)include") was
5853
5853
incorrectly interpreted as a list when used with for instance <code>INPUT</code>.</li>
5854
5854
<li> id 458749: Undocumented constructors/destructors inside an undocumented member group
5855
5855
were not visible in the output.</li>
@@ -7264,7 +7264,7 @@ make sure you add the following:
7264
7264
now be improved significantly.</li>
7265
7265
<li> Made some cosmetic changes to the HTML output (thanks to Ben Harper).</li>
7266
7266
<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. $ (PWD)/ on Unix)</li>
7268
7268
</ul>
7269
7269
<h3>New features</h3>
7270
7270
<ul>
@@ -7315,7 +7315,7 @@ make sure you add the following:
7315
7315
Eoin MacDonell for the fix).</li>
7316
7316
<li> Grouped pages in the XML output did have the same id as their group.</li>
7317
7317
<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. "$ (HOME)/My Path/").</li>
7319
7319
<li> Using "\mainpage notitle" caused the "notitle" to appear in the treeview.</li>
7320
7320
<li> Page references where wrong in the latex output when PDF_HYPERLINKS
7321
7321
was disabled.</li>
@@ -9166,7 +9166,7 @@ make sure you add the following:
9166
9166
(thanks to Marvin Wolfthal).</li>
9167
9167
<li> In some situations doxygen wanted to write a files containing a \n.</li>
9168
9168
<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 = $ (QUIET_ON)</li>
9170
9170
<li> Fixed a number of typo's in the docs (thanks to Philippe Lhoste &
9171
9171
Jens Seidel).</li>
9172
9172
<li> Inheritance through typedefs within a namespace did not yield the
0 commit comments