Skip to content

Commit

Permalink
docs-capstone: Update paths for Doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cbebe committed Oct 17, 2024
1 parent 8646d1f commit 78b5930
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions pkg/docs-capstone/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html
xml
cmd/out/*
!cmd/out/.keep

13 changes: 6 additions & 7 deletions pkg/docs-capstone/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 = *
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 78b5930

Please sign in to comment.