Skip to content

Commit

Permalink
Update doxygen configuration:
Browse files Browse the repository at this point in the history
- Fixing Illegal format for option FILTER_PATTERNS
- Removed obsolete keywords
  • Loading branch information
ihrivnac committed Jun 3, 2024
1 parent 03683e1 commit 348382a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions doc/doxyfile-with-graphs.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 2
ALIASES =
TCL_SUBST =
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
OPTIMIZE_FOR_FORTRAN = NO
Expand Down Expand Up @@ -110,14 +109,14 @@ EXCLUDE = .git/ \
html-docs/ \
doxygen cmake config gconfig geometry input parameters .svn vis
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = G__* ClassImp build_* CHANGELOG*
EXCLUDE_PATTERNS = G__* ClassImp build_* CHANGELOG*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER = @CMAKE_SOURCE_DIR@/doc/scripts/filter_for_doxygen.sh
FILTER_PATTERNS = *.md
INPUT_FILTER =
FILTER_PATTERNS = *.md=@CMAKE_SOURCE_DIR@/doc/scripts/filter_for_doxygen.sh
FILTER_SOURCE_FILES = NO
FILTER_SOURCE_PATTERNS =
USE_MDFILE_AS_MAINPAGE = @CMAKE_SOURCE_DIR@/README.md
Expand All @@ -137,7 +136,6 @@ VERBATIM_HEADERS = YES
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX = .git
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
Expand Down
6 changes: 2 additions & 4 deletions doc/doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 2
ALIASES =
TCL_SUBST =
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
OPTIMIZE_FOR_FORTRAN = NO
Expand Down Expand Up @@ -116,8 +115,8 @@ EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER = @CMAKE_SOURCE_DIR@/doc/scripts/filter_for_doxygen.sh
FILTER_PATTERNS = *.md
INPUT_FILTER =
FILTER_PATTERNS = *.md=@CMAKE_SOURCE_DIR@/doc/scripts/filter_for_doxygen.sh
FILTER_SOURCE_FILES = NO
FILTER_SOURCE_PATTERNS =
USE_MDFILE_AS_MAINPAGE = @CMAKE_SOURCE_DIR@/README.md
Expand All @@ -137,7 +136,6 @@ VERBATIM_HEADERS = YES
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX = .git
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
Expand Down

0 comments on commit 348382a

Please sign in to comment.