No need to process code blocks with newer Doxygen

This commit is contained in:
Dmitry Marakasov 2015-09-17 18:03:58 +03:00
parent 04db362971
commit 279f693999

View File

@ -859,7 +859,7 @@ IMAGE_PATH =
# code is scanned, but not when the output code is generated. If lines are added
# or removed, the anchors will not be placed correctly.
INPUT_FILTER = "sed -e '/^\[!\[/d' -e '/^```/,/^```/ s|^| &|' -e '/^ ```/ d'"
INPUT_FILTER = "sed -e '/^\[!\[/d'"
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the