From 279f693999abc6cb0f8ffd3801633093434a5931 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 17 Sep 2015 18:03:58 +0300 Subject: [PATCH] No need to process code blocks with newer Doxygen --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 0b03349..c5deb11 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -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