summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-17 10:54:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-17 10:54:05 +0100
commit30e10239ca608434bd76ecae3c50717d232c6a95 (patch)
tree5489e462af34e27c31e82daae3c4b8dc1f0113d7 /Doxyfile
parentff27cca4fea6bba863def445186fca980969cf78 (diff)
downloadvdr-30e10239ca608434bd76ecae3c50717d232c6a95.tar.gz
vdr-30e10239ca608434bd76ecae3c50717d232c6a95.tar.bz2
Added Doxyfile.filter to have special characters escaped that would otherwise be dropped by Doxygen
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index b3ec7297..2bac2e74 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -364,13 +364,13 @@ IMAGE_PATH =
# input file. Doxygen will then use the output that the filter program writes
# to standard output.
-INPUT_FILTER =
+INPUT_FILTER = ./Doxyfile.filter
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will be used to filter the input files when producing source
# files to browse.
-FILTER_SOURCE_FILES = NO
+FILTER_SOURCE_FILES = YES
#---------------------------------------------------------------------------
# configuration options related to source browsing