diff options
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile index 73a2d68..8163fc2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -26,3 +26,4 @@ EXAMPLE_PATH = ./doc/examples/ # hack to allow @include simple.c EXAMPLE_PATH += ./templates/ EXCLUDE_SYMBOLS = _POSIX_C_SOURCE +RECURSIVE = YES |