Skip to content

Commit c78e7c2

Browse files
committed
config.doxyfile: fix sed spaces
1 parent 6aab6cd commit c78e7c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_doxygen/config.doxyfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ EXCLUDE_PATTERNS = "*/README*.md"
162162
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
163163
# properly processed by doxygen.
164164

165-
## -e 's|```.*|```|'
166-
INPUT_FILTER = "sed -e 's|__attribute__\s*[(]\s*[(].*[)]\s*[)]||g'"
165+
INPUT_FILTER = "sed -e 's|__attribute__[ ]*[(][ ]*[(].*[)][ ]*[)]||g'"
167166

168167
# The IMAGE_PATH tag can be used to specify one or more files or directories
169168
# that contain images that are to be included in the documentation (see the

0 commit comments

Comments
 (0)