diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2019-07-09 12:44:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 12:44:07 (GMT) |
commit | b636a0bf1d3cb0b0d3675ea047c41373ab44d40c (patch) | |
tree | f8ee01cb5269470a06525dac8543455b4df4d4b0 | |
parent | 1604546726a2638c9042b6198b771d5ae40ff577 (diff) | |
download | Doxygen-b636a0bf1d3cb0b0d3675ea047c41373ab44d40c.zip Doxygen-b636a0bf1d3cb0b0d3675ea047c41373ab44d40c.tar.gz Doxygen-b636a0bf1d3cb0b0d3675ea047c41373ab44d40c.tar.bz2 |
built-in
-rw-r--r-- | doc/trouble.doc | 2 |
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 |