summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-02-16 10:44:05 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-02-16 10:44:05 (GMT)
commit9e4d6df2e549c2251d2bd3a88431cec0b262fad8 (patch)
tree41a50f46efdfbf0964d043ce88a71ad60a43b623 /doc
parenta136cfef5489af08ada5ed8c928a5876133b9f3e (diff)
downloadDoxygen-9e4d6df2e549c2251d2bd3a88431cec0b262fad8.zip
Doxygen-9e4d6df2e549c2251d2bd3a88431cec0b262fad8.tar.gz
Doxygen-9e4d6df2e549c2251d2bd3a88431cec0b262fad8.tar.bz2
Get preprocessor output without line numbers
For easier comparison of the original source with a doxygen preprocessed source the line numbers can be a bit of an obstacle. To remove the line numbers in the preprocessor output the option `NoLineno` has been added. (In case `Preprocessor` is not invoked, `NoLineno` has no effect).
Diffstat (limited to '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 4df83ff..5a297a7 100644
--- a/doc/preprocessing.doc
+++ b/doc/preprocessing.doc
@@ -259,6 +259,10 @@ you can run doxygen as follows:
\verbatim
doxygen -d Preprocessor
\endverbatim
+when the line numbers are no required:
+\verbatim
+ doxygen -d Preprocessor -d NoLineno
+\endverbatim
This will instruct doxygen to dump the input sources to standard output after
preprocessing has been done (Hint: set <code>QUIET = YES</code> and
<code>WARNINGS = NO</code> in the configuration file to disable any other