forked from OpenAMP/open-amp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build workflow will generate html files from source if Doxygen is present. Signed-off-by: Tammy Leino <[email protected]>
- Loading branch information
1 parent
081172c
commit c1f93a1
Showing
22 changed files
with
5,181 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
if (DOXYGEN_FOUND) | ||
|
||
configure_file (Doxyfile.in Doxyfile @ONLY) | ||
|
||
add_custom_target (doc ALL | ||
${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile | ||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} | ||
) | ||
|
||
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html | ||
DESTINATION share/doc/${PROJECT_NAME}) | ||
install (FILES ${PROJECT_SOURCE_DIR}/README.md | ||
DESTINATION share/doc/${PROJECT_NAME}) | ||
install (FILES ${PROJECT_SOURCE_DIR}/LICENSE.md | ||
DESTINATION share/doc/${PROJECT_NAME}) | ||
|
||
endif (DOXYGEN_FOUND) |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.