Skip to content

Commit

Permalink
docs: exclude all CLI utilities from doxygen build
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Nov 12, 2024
1 parent 4c4c0d7 commit 70827ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ DOT_PATH = $(DOXYGEN_DOT_PATH)

# Exclude symbols commonly used by libraries.
EXCLUDE_SYMBOLS = "CLI::*" "CLI" "FMT_*" "_g4rand" "bxdecay0_g4"
# Exclude CLI utility.
EXCLUDE = "@DOXYGEN_INPUT_DIR@/src/remage.cc"
# Exclude CLI utilities.
EXCLUDE = "@DOXYGEN_INPUT_DIR@/src/remage.cc" \
"@DOXYGEN_INPUT_DIR@/src/remage-to-lh5.cc" \
"@DOXYGEN_INPUT_DIR@/src/remage-doc-dump.cc"

0 comments on commit 70827ef

Please sign in to comment.