-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #2055, Refactor doxygen mainpage into frontpage
- Loading branch information
Showing
6 changed files
with
42 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,35 @@ | ||
#--------------------------------------------------------------------------- | ||
# Doxygen options to generate the complete mission documentation | ||
# Sample doxygen setup for generating mission documentation | ||
#--------------------------------------------------------------------------- | ||
|
||
# Start with the common definitions, some of which are extended or overridden here. | ||
# Allow overrides | ||
@INCLUDE_PATH = @MISSION_SOURCE_DIR@ | ||
|
||
# Common configuration and default settings | ||
@INCLUDE = @MISSION_BINARY_DIR@/docs/cfe-common.doxyfile | ||
@INCLUDE = @MISSION_SOURCE_DIR@/osal/docs/src/default-settings.doxyfile | ||
|
||
# Example detailed design setup | ||
PROJECT_NAME = "@MISSION_NAME@" | ||
PROJECT_BRIEF = "Core Flight System project built using \"@MISSIONCONFIG@\" configuration" | ||
OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/docs/detaildesign | ||
WARN_LOGFILE = @CMAKE_BINARY_DIR@/docs/detaildesign-warnings.log | ||
|
||
# Include mission defs directory | ||
INPUT += @MISSION_DEFS@ | ||
STRIP_FROM_PATH += @MISSION_DEFS@ | ||
|
||
#--------------------------------------------------------------------------- | ||
# The user content doxyfile contains paths to the mission-specific applications | ||
#--------------------------------------------------------------------------- | ||
@DETAILDESIGN_DOXYFILE_USER_CONTENT@ | ||
@TGTSYSTEM_DOXYFILE_USER_CONTENT@ | ||
|
||
# Exclude coverage tests, stubs and associated framework from the documentation | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.