mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added Doxyfile.filter to have special characters escaped that would otherwise be dropped by Doxygen
This commit is contained in:
4
Doxyfile
4
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
|
||||
|
Reference in New Issue
Block a user