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 6aab6cd commit c78e7c2Copy full SHA for c78e7c2
_doxygen/config.doxyfile
@@ -162,8 +162,7 @@ EXCLUDE_PATTERNS = "*/README*.md"
162
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
163
# properly processed by doxygen.
164
165
-## -e 's|```.*|```|'
166
-INPUT_FILTER = "sed -e 's|__attribute__\s*[(]\s*[(].*[)]\s*[)]||g'"
+INPUT_FILTER = "sed -e 's|__attribute__[ ]*[(][ ]*[(].*[)][ ]*[)]||g'"
167
168
# The IMAGE_PATH tag can be used to specify one or more files or directories
169
# that contain images that are to be included in the documentation (see the
0 commit comments