Skip to content

Commit

Permalink
Merge pull request #267 from Gottox/fix/doxygen2
Browse files Browse the repository at this point in the history
doc: fix doxygen
  • Loading branch information
Gottox committed Jun 11, 2024
2 parents 5ecb1d0 + e96413b commit aa5a845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ WARN_AS_ERROR = YES


# Input files
INPUT = @DOXYGEN_INPUT@/README.md @DOXYGEN_INPUT@/libsqsh/include @DOXYGEN_INPUT@/include @DOXYGEN_INPUT@/doc @DOXYGEN_INPUT@/examples
INPUT = @DOXYGEN_INPUT@/README.md @DOXYGEN_INPUT@/libsqsh/include @DOXYGEN_INPUT@/include @DOXYGEN_INPUT@/doc @DOXYGEN_INPUT@/examples @DOXYGEN_INPUT@/libsqsh/README.md
EXCLUDE = @DOXYGEN_INPUT@/include/sqsh_data_private.h
FILE_PATTERNS = *.c *.h *.md
EXCLUDE_PATTERNS = *_internal.h
#EXCLUDE_PATTERNS = *_private.h
RECURSIVE = YES
USE_MDFILE_AS_MAINPAGE = @DOXYGEN_INPUT@/README.md
EXCLUDE_SYMBOLS = SQSH_*_H SQSH_H
Expand Down

0 comments on commit aa5a845

Please sign in to comment.