Open tueda opened 1 week ago
Currently, Doxygen does not generate documentation for any functions in threads.c. The cause is ENABLE_PREPROCESSING = YES. But I'm not sure how turning it off might affect other parts of the documentation.
threads.c
ENABLE_PREPROCESSING = YES
Currently, Doxygen does not generate documentation for any functions in
threads.c
. The cause isENABLE_PREPROCESSING = YES
. But I'm not sure how turning it off might affect other parts of the documentation.