summaryrefslogtreecommitdiffstats
path: root/doc/preprocessing.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-07-02 10:49:12 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-07-02 10:49:12 (GMT)
commit58d02ef7fc36b48b2d3783dd848e402b1fa9707f (patch)
treeaaee7bc294805bc51a39d02a7074171893f0260f /doc/preprocessing.doc
parent4a42645a32b579f9b2713031e45fd610b1e21f48 (diff)
downloadDoxygen-58d02ef7fc36b48b2d3783dd848e402b1fa9707f.zip
Doxygen-58d02ef7fc36b48b2d3783dd848e402b1fa9707f.tar.gz
Doxygen-58d02ef7fc36b48b2d3783dd848e402b1fa9707f.tar.bz2
Bug 437181 - The -d Preprocessor option doesn't work for php, should be in the doc.
- excluded `.php5` files from preprocessing (like other php files) - made remark about some limits in files that are preprocessed in documentation
Diffstat (limited to 'doc/preprocessing.doc')
-rw-r--r--doc/preprocessing.doc4
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>.