Skip to content

Commit

Permalink
Fix #2164, Remove Changelog in Doxygen Config
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker committed Oct 11, 2022
1 parent 7494441 commit 44eac09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions cmake/cfe-common.doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ STRIP_FROM_PATH += @MISSION_SOURCE_DIR@
@INCLUDE = @MISSION_SOURCE_DIR@/cfe/docs/src/mnem_maps/cfe_evs_tlm_mnem_map
@INCLUDE = @MISSION_SOURCE_DIR@/cfe/docs/src/mnem_maps/cfe_sb_cmd_mnem_map
@INCLUDE = @MISSION_SOURCE_DIR@/cfe/docs/src/mnem_maps/cfe_sb_tlm_mnem_map

# Exclude repo documentation
EXCLUDE_PATTERNS += "*/CHANGELOG.md"
EXCLUDE_PATTERNS += "*/CODE_OF_CONDUCT.md"
EXCLUDE_PATTERNS += "*/CONTRIBUTING.md"
EXCLUDE_PATTERNS += "*/README.md"
EXCLUDE_PATTERNS += "*/SECURITY.md"
6 changes: 0 additions & 6 deletions cmake/mission-doc.doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@ STRIP_FROM_PATH += @MISSION_DEFS@
EXCLUDE_PATTERNS += "*/ut-stubs/*"
EXCLUDE_PATTERNS += "*/ut-coverage/*"
EXCLUDE_PATTERNS += "*/unit-test*/*"

# Exclude stand alone repo documentation
EXCLUDE_PATTERNS += "*/CODE_OF_CONDUCT.md"
EXCLUDE_PATTERNS += "*/CONTRIBUTING.md"
EXCLUDE_PATTERNS += "*/README.md"
EXCLUDE_PATTERNS += "*/SECURITY.md"

0 comments on commit 44eac09

Please sign in to comment.