PROJECT_BRIEF = "mruby is the lightweight implementation of the Ruby language"
PROJECT_LOGO = doc/mruby_logo_red_icon.png
OUTPUT_DIRECTORY = doc/capi
USE_MDFILE_AS_MAINPAGE = README.md
INPUT = README.md \
src \
include \
include/mruby \
mrblib \
doc \
doc/guides
# Red for Ruby
HTML_COLORSTYLE_HUE = 359
# The following expansions
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO
PREDEFINED =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = NO
# This tells doxygen to search the places that make sense
SEARCH_INCLUDES = YES
INCLUDE_PATH = include include/mruby
INCLUDE_FILE_PATTERNS = *.h
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.