Skip to content

Commit 2e3efe8

Browse files
committed
Remove / correct usage of doubled words
Sometimes we see in the documentation an incorrect repeated word, this has been corrected.
1 parent 4cf7500 commit 2e3efe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/changelog.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,7 +3899,7 @@ and [<a href="https://github.com/doxygen/doxygen/commit/c9284a1aae6e876e0399c475
38993899
<li>Portuguese translators updated to Doxygen 1.8.16. [<a href="https://github.com/doxygen/doxygen/commit/6b4fd5000c6f6787155743dc93d67a249ca2b881">view</a>]</li>
39003900
<li>Possibility to show converted fixed form [<a href="https://github.com/doxygen/doxygen/commit/1659f94a4c8acff1c2564226db21afbd2bc04736">view</a>]</li>
39013901
<li>Problem with just an asterisks on a <tt>\code</tt> line [<a href="https://github.com/doxygen/doxygen/commit/3088ae34eda1fbeab287e2271a7f1804de2c784f">view</a>]</li>
3902-
<li>Problem with with comment recognition for group open and closing commands [<a href="https://github.com/doxygen/doxygen/commit/ef5af7618fbec3ac240e7a1099607d9ff2b3cc4f">view</a>]</li>
3902+
<li>Problem with comment recognition for group open and closing commands [<a href="https://github.com/doxygen/doxygen/commit/ef5af7618fbec3ac240e7a1099607d9ff2b3cc4f">view</a>]</li>
39033903
<li>Properly handle empty TOC in XML output. [<a href="https://github.com/doxygen/doxygen/commit/cfe381e3ee55b8291faeea55fe3b67bb9e545d60">view</a>]</li>
39043904
<li>Reduce code duplication when printing version string [<a href="https://github.com/doxygen/doxygen/commit/40f507bedff94e269f9c32c941f65ed82fc25a67">view</a>]</li>
39053905
<li>Refactored Definition and derived classes such that they are abstract interfaces [<a href="https://github.com/doxygen/doxygen/commit/960bae7191faf07f142b1ae5b0038905d33e2b1f">view</a>]</li>
@@ -9481,7 +9481,7 @@ make sure you add the following:
94819481
<li> Some minor tweaks to the style sheet.</li>
94829482
<li> @relates can now not only be used for functions, but also for
94839483
other members (i.e. enums, types and variables).</li>
9484-
<li> Static members do have have explicit "static" in the declaration
9484+
<li> Static members do have explicit "static" in the declaration
94859485
part of the documentation. This is useful for grouping where it
94869486
is otherwise not obvious that a member is static.</li>
94879487
<li> typedefs and enumeration are no longer shown in the "referenced by"

doc/grouping.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ for the corresponding \mbox{\LaTeX} documentation that is generated by Doxygen.
151151
If a compound (e.g. a class or file) has many members, it is often
152152
desired to group them together. Doxygen already automatically groups
153153
things together on type and protection level, but maybe you feel that
154-
this is not enough or that that default grouping is wrong.
154+
this is not enough or that the default grouping is wrong.
155155
For instance, because you feel that members of different (syntactic)
156156
types belong to the same (semantic) group.
157157

0 commit comments

Comments
 (0)