Skip to content

Commit

Permalink
Fixes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Jun 12, 2024
1 parent c8fee0d commit d51b6df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/faq.dox
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ in the HEAD section of the HTML page.
In the past (prior to version 1.9.2) Doxygen used a part of Qt 2.x for various
utility classes. These have been replaced by STL container classes in the meantime.

The GUI front-end called doxywizard is based on a modern version of Qt.
The GUI front-end called Doxywizard is based on a modern version of Qt.
Doxygen itself can also be used without the GUI.

\section faq_excl_dir How can I exclude all test directories from my directory tree?
Expand Down
2 changes: 1 addition & 1 deletion doc/install.dox
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ cmake -G "NMake Makefiles" ..
nmake
\endverbatim

Note that compiling doxywizard requires Qt 5.14 or newer
Note that compiling Doxywizard requires Qt 5.14 or newer
(see https://doc.qt.io/).

Also read the next section for additional tools you may need to install to run
Expand Down
2 changes: 1 addition & 1 deletion src/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ Go to the <a href="commands.html">next</a> section or return to the
<option type='bool' id='SHOW_GROUPED_MEMB_INC' defval='0'>
<docs>
<![CDATA[
If the \c SHOW_GROUPED_MEMB_INC tag is set to \c YES then doxygen
If the \c SHOW_GROUPED_MEMB_INC tag is set to \c YES then Doxygen
will add for each grouped member an include statement to the documentation,
telling the reader which file to include in order to use the member.
]]>
Expand Down

0 comments on commit d51b6df

Please sign in to comment.