X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FUserBuildDoxygenDoc.cmake;h=bf461ae01195dcfd8284ecf4504c899f0c6a9a7e;hb=713c6f1f54a2114c6e495aa6974d33b5718b46b5;hp=24466711448ca6c14ac112214c1911fe05cb639b;hpb=a1bf4dc5c3153e37ab104d505bf72cf210a0df28;p=bbtkGEditor.git diff --git a/cmake/UserBuildDoxygenDoc.cmake b/cmake/UserBuildDoxygenDoc.cmake index 2446671..bf461ae 100644 --- a/cmake/UserBuildDoxygenDoc.cmake +++ b/cmake/UserBuildDoxygenDoc.cmake @@ -9,7 +9,7 @@ MACRO(USER_BUILD_DOXYGEN_DOC NAME INPUT DOC_RELATIVE_INSTALL_PATH PREDEFINED) SET(DOXYGEN_PROJECT_NAME "${NAME}") # Inputs - #STRING(REGEX REPLACE ";" " " DOXYGEN_INPUT "${INPUT}") + STRING(REGEX REPLACE ";" " " DOXYGEN_INPUT "${INPUT}") # Output dirs SET(DOXYGEN_HTML_OUTPUT ".")