summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-20 10:33:28 (GMT)
committerGitHub <noreply@github.com>2019-07-20 10:33:28 (GMT)
commit128ea149c79c565f6c06ac7a6928629b75195744 (patch)
tree3ee078db56c56f3ac051995d1c122682b5c42447 /doc
parentb118de2f38cfcb91888db571b5d9fd1a85731cd5 (diff)
parentb636a0bf1d3cb0b0d3675ea047c41373ab44d40c (diff)
downloadDoxygen-128ea149c79c565f6c06ac7a6928629b75195744.zip
Doxygen-128ea149c79c565f6c06ac7a6928629b75195744.tar.gz
Doxygen-128ea149c79c565f6c06ac7a6928629b75195744.tar.bz2
Merge pull request #7112 from arm-in/master
Correct spelling "build in" vs. "built-in"
Diffstat (limited to 'doc')
-rw-r--r--doc/install.doc2
-rw-r--r--doc/trouble.doc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.doc b/doc/install.doc
index 18ea44e..b711cd4 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -201,7 +201,7 @@ tar zxvf doxygen-x.y.z.src.tar.gz
\endverbatim
to unpack the sources (you can obtain \c tar from e.g. http://gnuwin32.sourceforge.net/packages.html).
Alternatively you can use an unpack program, like 7-Zip (see https://www.7-zip.org/)
-or use the build in unpack feature of modern Windows systems).
+or use the built-in unpack feature of modern Windows systems).
Now your environment is setup to generate the required project files for \c doxygen.
diff --git a/doc/trouble.doc b/doc/trouble.doc
index c490ae1..cb50399 100644
--- a/doc/trouble.doc
+++ b/doc/trouble.doc
@@ -20,7 +20,7 @@
<ul>
<li>Doxygen is <em>not</em> a real compiler, it is only a lexical scanner.
This means that it can and will not detect errors in your source code.
-<li>Doxygen has a build in preprocessor, but this works slightly different than
+<li>Doxygen has a built-in preprocessor, but this works slightly different than
the C preprocessor. Doxygen assumes a header file is properly guarded against
multiple inclusion, and that each include file is standalone (i.e. it could be placed
at the top of a source file without causing compiler errors). As long as this is