summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-09-16 18:17:20 (GMT)
committerGitHub <noreply@github.com>2019-09-16 18:17:20 (GMT)
commite9af075e2ca5a1178516130bc7ee2ee13634ba5b (patch)
treeabd90b6147b1566064cac2bef64f5321db6e6f6d /doc
parent1599f362567b2c430e78d4e57f0f44d5a2f5ae08 (diff)
parent3754d597b8e94e1ed33808457cfd22d2996c15ae (diff)
downloadDoxygen-e9af075e2ca5a1178516130bc7ee2ee13634ba5b.zip
Doxygen-e9af075e2ca5a1178516130bc7ee2ee13634ba5b.tar.gz
Doxygen-e9af075e2ca5a1178516130bc7ee2ee13634ba5b.tar.bz2
Merge pull request #7266 from luzpaz/typos
Fix some typos
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc4
-rw-r--r--doc/emojisup.doc2
-rw-r--r--doc/preprocessing.doc2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 59bf874..615e239 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -32,7 +32,7 @@ Each argument has a certain range:
Paragraphs are delimited by a blank line or by a section indicator. Note that
{curly} braces are also used for command options, here the braces are mandatory
and just 'normal' characters. The starting curly brace has to directly follow
- the command, so without whitspace.
+ the command, so without whitespace.
</ul>
If in addition to the above argument specifiers [square] brackets are used the argument
is optional, unless they are placed between quotes in that case they are a mandatory
@@ -349,7 +349,7 @@ Structural indicators
\addindex \\showrefby
When this command is put in a comment block of a function, method or variable,
then doxygen will generate an overview for that function, method, variable of
- the, documented, funcions and methods that call / use it.
+ the, documented, functions and methods that call / use it.
The overview will be generated regardless of the value of
\ref cfg_referenced_by_relation "REFERENCED_BY_RELATION".
\note The completeness (and correctness) of the overview depends on the
diff --git a/doc/emojisup.doc b/doc/emojisup.doc
index 4c861fe..0175780 100644
--- a/doc/emojisup.doc
+++ b/doc/emojisup.doc
@@ -108,7 +108,7 @@ By means of the doxygen configuration parameter
For convenience a zip with the result of running the script can also be downloaded from
http://www.doxygen.nl/dl/github_emojis.zip
-For a overview of the supported emoji one can issue the comand:<br>
+For an overview of the supported emoji one can issue the command:<br>
`doxygen -f emoji <outputFileName>`
\htmlonly
diff --git a/doc/preprocessing.doc b/doc/preprocessing.doc
index a49b889..4df83ff 100644
--- a/doc/preprocessing.doc
+++ b/doc/preprocessing.doc
@@ -264,7 +264,7 @@ preprocessing has been done (Hint: set <code>QUIET = YES</code> and
<code>WARNINGS = NO</code> in the configuration file to disable any other
output).
-Note preprocessing is not done for all languages. Preprocesing is enabled for files
+Note preprocessing is not done for all languages. Preprocessing is enabled for files
that use the "C" scanner (with the exception of 'java', 'd' and 'php'), Fortran files
(only in case the extension contains at least one upper case character) and vhdl files.