diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-08-04 14:21:26 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-08-04 14:21:26 (GMT) |
commit | 1abdec7eeeaec850067a5847c9174e99855c110b (patch) | |
tree | b9ca0fdd7b8e3d877f9d78e5315881fdf843f0d1 /doc/preprocessing.doc | |
parent | cb8f371a7fcba5331680380f758627a497d4b161 (diff) | |
parent | 8b20fb3f9fabe44582a73309762620a981281a0f (diff) | |
download | Doxygen-1abdec7eeeaec850067a5847c9174e99855c110b.zip Doxygen-1abdec7eeeaec850067a5847c9174e99855c110b.tar.gz Doxygen-1abdec7eeeaec850067a5847c9174e99855c110b.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'doc/preprocessing.doc')
-rw-r--r-- | doc/preprocessing.doc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/preprocessing.doc b/doc/preprocessing.doc index 882e60d..a49b889 100644 --- a/doc/preprocessing.doc +++ b/doc/preprocessing.doc @@ -264,6 +264,10 @@ 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 +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. + \htmlonly Go to the <a href="autolink.html">next</a> section or return to the <a href="index.html">index</a>. |