@INCLUDE = Doxyfile-init # Output settings GENERATE_HTML = NO GENERATE_XML = YES GENERATE_LATEX = NO XML_PROGRAMLISTING = YES # Project settings PROJECT_NAME = "core-sdk" INPUT = "../src" OUTPUT_DIRECTORY = ../../../build/doc/core-sdk FULL_PATH_NAMES = NO # Attributes settings RECURSIVE = YES EXTRACT_PRIVATE = YES EXTRACT_ALL = YES ## m.css internal command -> show undocumented M_SHOW_UNDOCUMENTED = YES ## Taken from magnum ( Project from authors of m.css ) SHOW_USED_FILES = YES VERBATIM_HEADERS = NO AUTOLINK_SUPPORT = YES ALIASES += \ "m_div{1}=@xmlonly@endxmlonly" \ "m_enddiv=@xmlonly@endxmlonly" \ "m_span{1}=@xmlonly@endxmlonly" \ "m_endspan=@xmlonly@endxmlonly" \ "m_class{1}=@xmlonly@endxmlonly" \ "m_footernavigation=@xmlonly@endxmlonly" \ "m_examplenavigation{2}=@xmlonly@endxmlonly" \ "m_keywords{1}=@xmlonly@endxmlonly" \ "m_keyword{3}=@xmlonly@endxmlonly" \ "m_enum_values_as_keywords=@xmlonly@endxmlonly"