From b5299b1c5832a4eb9d6c6becfab76d76570c91ab Mon Sep 17 00:00:00 2001 From: David Siaw Date: Sun, 18 Aug 2019 14:53:24 +0900 Subject: fix up documentation for values --- Doxyfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 74012fbb3..9ee375f86 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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, -- cgit v1.2.3