diff options
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -40,12 +40,15 @@ SEARCH_INCLUDES = YES INCLUDE_PATH = include include/mruby INCLUDE_FILE_PATTERNS = *.h -CLANG_ASSISTED_PARSING = YES -CLANG_OPTIONS = -Iinclude +CLANG_ASSISTED_PARSING = NO +CLANG_OPTIONS = -I./include # This thing creates documentation elements for everything, even when its not documented. Its a little ugly to do it right now because huge swathes of code aren't documented. EXTRACT_ALL = NO +# Document MRB_INLINE functions +EXTRACT_STATIC = YES + #=========================================================================== # BELOW THIS LINE IS CRUFT GENERATED BY doxygen -g # If you edit anything below this, bring it up here so its easier to read. @@ -443,7 +446,6 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO, |
