Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2164, Remove Changelog in Doxygen Config #2165

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"