doxygen: cmake syntax fix
Remove superfluous closing brace in cmake file. Change-Id: I95224f7a42007f6779a6d4950161e7208355edc6
This commit is contained in:
committed by
Horst Schirmeier
parent
94a56c43c8
commit
feb61ced7b
@ -16,7 +16,7 @@ file(MAKE_DIRECTORY ${FAIL_DOC_OUTPUT})
|
|||||||
# means, the path to your Fail* directory should not contain any blanks.
|
# means, the path to your Fail* directory should not contain any blanks.
|
||||||
|
|
||||||
configure_file(${PROJECT_SOURCE_DIR}/cmake/Doxyfile.in
|
configure_file(${PROJECT_SOURCE_DIR}/cmake/Doxyfile.in
|
||||||
${PROJECT_BINARY_DIR}/Doxyfile @ONLY}
|
${PROJECT_BINARY_DIR}/Doxyfile @ONLY
|
||||||
)
|
)
|
||||||
|
|
||||||
## call make doc to generate documentation
|
## call make doc to generate documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user