From 78b59304b3e0308b5298051a05a125dc30edd51d Mon Sep 17 00:00:00 2001 From: Charles Ancheta <55412395+cbebe@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:14:06 -0600 Subject: [PATCH] docs-capstone: Update paths for Doxyfile --- pkg/docs-capstone/.gitignore | 1 + pkg/docs-capstone/Doxyfile | 13 ++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) 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