How is LIBRARY_SOURCE
defined? In the Doxygen configure file, you can set it via PREDEFINED
:
PREDEFINED = LIBRARY_SOURCE
You can also check whether the documentation shows up if preprocessing is disabled (enabled by default):
ENABLE_PREPROCESSING = NO