Skip to content

Commit 36ca201

Browse files
committed
Fix doxygen input filter
1 parent 182e6cf commit 36ca201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_templates/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ IMAGE_PATH =
898898
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
899899
# properly processed by doxygen.
900900

901-
INPUT_FILTER = "sed -e 's/TRUE/\\c true/' -e 's/FALSE/\\c false/'" -e 's/NULLPTR/\\c nullptr/'"
901+
INPUT_FILTER = "sed -e 's/TRUE/\\c true/' -e 's/FALSE/\\c false/' -e 's/NULLPTR/\\c nullptr/'"
902902

903903
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
904904
# basis. Doxygen will compare the file name with each pattern and apply the

0 commit comments

Comments
 (0)