summaryrefslogtreecommitdiffstats
path: root/doc/trouble.doc
diff options
context:
space:
mode:
authorArmin Müller <27155134+arm-in@users.noreply.github.com>2019-07-09 12:44:07 (GMT)
committerGitHub <noreply@github.com>2019-07-09 12:44:07 (GMT)
commitb636a0bf1d3cb0b0d3675ea047c41373ab44d40c (patch)
treef8ee01cb5269470a06525dac8543455b4df4d4b0 /doc/trouble.doc
parent1604546726a2638c9042b6198b771d5ae40ff577 (diff)
downloadDoxygen-b636a0bf1d3cb0b0d3675ea047c41373ab44d40c.zip
Doxygen-b636a0bf1d3cb0b0d3675ea047c41373ab44d40c.tar.gz
Doxygen-b636a0bf1d3cb0b0d3675ea047c41373ab44d40c.tar.bz2
built-in
Diffstat (limited to 'doc/trouble.doc')
-rw-r--r--doc/trouble.doc2
1 files changed, 1 insertions, 1 deletions
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