diff options
| author | David Siaw <[email protected]> | 2019-08-18 14:53:24 +0900 |
|---|---|---|
| committer | David Siaw <[email protected]> | 2019-08-18 20:12:44 +0900 |
| commit | b5299b1c5832a4eb9d6c6becfab76d76570c91ab (patch) | |
| tree | 96cc9f5671aa6b92149bc2946e3e24d79774599c /Doxyfile | |
| parent | 2c868954684e9e83c8b84ce0747bbb3e928d3143 (diff) | |
| download | mruby-b5299b1c5832a4eb9d6c6becfab76d76570c91ab.tar.gz mruby-b5299b1c5832a4eb9d6c6becfab76d76570c91ab.zip | |
fix up documentation for values
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, |
