Skip to content

Commit c154460

Browse files
authored
Disable clang-based parsing in Doxygen. (#847)
The clang-assisted parsing in Doxygen is supposed to be slower but more accurate. However I find that it just leads to tons of ridiculous errors, showing a complete and radical lack of comprehension of the code it's parsing. Seems to be failing to expand macros.
1 parent edbbe1a commit c154460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ SKIP_FUNCTION_MACROS = NO
178178
# generated with the -Duse_libclang=ON option for CMake.
179179
# The default value is: NO.
180180

181-
CLANG_ASSISTED_PARSING = YES
181+
# TODO: Re-enable this once clang parser gets better.
182+
CLANG_ASSISTED_PARSING = NO
182183

183184
# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
184185
# tag is set to YES then doxygen will add the directory of each input to the

0 commit comments

Comments
 (0)