We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182e6cf commit 36ca201Copy full SHA for 36ca201
cmake_templates/Doxyfile.in
@@ -898,7 +898,7 @@ IMAGE_PATH =
898
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
899
# properly processed by doxygen.
900
901
-INPUT_FILTER = "sed -e 's/TRUE/\\c true/' -e 's/FALSE/\\c false/'" -e 's/NULLPTR/\\c nullptr/'"
+INPUT_FILTER = "sed -e 's/TRUE/\\c true/' -e 's/FALSE/\\c false/' -e 's/NULLPTR/\\c nullptr/'"
902
903
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
904
# basis. Doxygen will compare the file name with each pattern and apply the
0 commit comments