summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-05-01 17:24:18 (GMT)
committerGitHub <noreply@github.com>2018-05-01 17:24:18 (GMT)
commit7c25ba13e1639e40357012d76a0a79b0de237f00 (patch)
tree5f1cedc5895e5a8a2855478a9bba824fd7cb7cf5 /src/config.xml
parent496ebe413b20d406ef4a3b6b2a5966461c30af6c (diff)
parentc33bb00b648606a72df51ed8ee41e03cb85d312c (diff)
downloadDoxygen-7c25ba13e1639e40357012d76a0a79b0de237f00.zip
Doxygen-7c25ba13e1639e40357012d76a0a79b0de237f00.tar.gz
Doxygen-7c25ba13e1639e40357012d76a0a79b0de237f00.tar.bz2
Merge branch 'master' into feature/bug_latex_languages
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/config.xml b/src/config.xml
index d4c8c4a..2dcc0f4 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -125,7 +125,7 @@ SEARCHENGINE = YES
\endverbatim
To regenerate the Qt-1.44 documentation from the sources, you could use the
-following config file:
+following configuration file:
\verbatim
PROJECT_NAME = Qt
OUTPUT_DIRECTORY = qt_docs
@@ -212,7 +212,7 @@ Go to the <a href="commands.html">next</a> section or return to the
<option type='string' id='DOXYFILE_ENCODING' format='string' defval='UTF-8'>
<docs>
<![CDATA[
- This tag specifies the encoding used for all characters in the config file that
+ This tag specifies the encoding used for all characters in the configuration file that
follow. The default is UTF-8 which is also the encoding used for all text before
the first occurrence of this tag. Doxygen uses \c libiconv (or the iconv built into
\c libc) for the transcoding. See https://www.gnu.org/software/libiconv/ for the list of
@@ -1606,7 +1606,7 @@ to disable this feature.
<br>
To use it do the following:
-# Install the latest version of \c global
- -# Enable \ref cfg_source_browser "SOURCE_BROWSER" and \c USE_HTAGS in the config file
+ -# Enable \ref cfg_source_browser "SOURCE_BROWSER" and \c USE_HTAGS in the configuration file
-# Make sure the \ref cfg_input "INPUT" points to the root of the source tree
-# Run \c doxygen as normal
<br>
@@ -2773,7 +2773,7 @@ or
<docs>
<![CDATA[
Load stylesheet definitions from file. Syntax is similar to doxygen's
- config file, i.e. a series of assignments. You only have to provide
+ configuration file, i.e. a series of assignments. You only have to provide
replacements, missing definitions are set to their default value.
<br>
See also section \ref doxygen_usage for information on how to generate
@@ -2786,7 +2786,7 @@ or
<docs>
<![CDATA[
Set optional variables used in the generation of an RTF document.
- Syntax is similar to doxygen's config file.
+ Syntax is similar to doxygen's configuration file.
A template extensions file can be generated using
<code>doxygen -e rtf extensionFile</code>.
]]>