diff --git a/pkg/docs-capstone/.gitignore b/pkg/docs-capstone/.gitignore index 16c55af..34c6f43 100644 --- a/pkg/docs-capstone/.gitignore +++ b/pkg/docs-capstone/.gitignore @@ -1,4 +1,5 @@ html +xml cmd/out/* !cmd/out/.keep diff --git a/pkg/docs-capstone/Doxyfile b/pkg/docs-capstone/Doxyfile index ebfab2c..1942d54 100644 --- a/pkg/docs-capstone/Doxyfile +++ b/pkg/docs-capstone/Doxyfile @@ -118,10 +118,9 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = . \ - cpu/core \ - cpu/test \ - dew/src +INPUT = ../fysh-sea \ + ../riscv/rtl/core \ + ../riscv/rtl/test INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ @@ -170,8 +169,8 @@ FILE_PATTERNS = *.c \ *.ice RECURSIVE = YES EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = */fysh/build/* -EXCLUDE_PATTERNS += */fysh/doctest/doctest.h +EXCLUDE_PATTERNS = ../fysh-sea/build/* +EXCLUDE_PATTERNS += ../fysh-sea/doctest/doctest.h EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = * @@ -308,7 +307,7 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- # Configuration options related to the XML output #--------------------------------------------------------------------------- -GENERATE_XML = NO +GENERATE_XML = YES XML_OUTPUT = xml XML_PROGRAMLISTING = YES XML_NS_MEMB_FILE_SCOPE = NO