Skip to content

Commit

Permalink
built-in
Browse files Browse the repository at this point in the history
  • Loading branch information
arm-in committed Jul 9, 2019
1 parent 1604546 commit b636a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/trouble.doc
Expand Up @@ -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
Expand Down

0 comments on commit b636a0b

Please sign in to comment.