Private
Public Access
2
0

src/javascript/CMakeLists.txt: codestyle update for yuidoc task

Signed-off-by: Nicolas Oliver dario.n.oliver@intel.com
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Nicolas Oliver
2017-09-11 13:07:04 -07:00
committed by Brendan Le Foll
parent 3f3f657887
commit c6d49f6255

View File

@@ -109,9 +109,9 @@ add_custom_command (TARGET npmpkg POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy
add_dependencies (npmpkg mraajs)
if (BUILDDOC)
find_package(Yuidoc 0.10.2 REQUIRED)
find_package (Yuidoc 0.10.2 REQUIRED)
if (YUIDOC_FOUND)
add_custom_target(jsdoc ALL
add_custom_target (jsdoc ALL
COMMAND ${CMAKE_SOURCE_DIR}/doxygen2jsdoc/docgen.js -m mraa -i xml/ -o jsdoc -c ${CMAKE_CURRENT_SOURCE_DIR}/doxygen2jsdoc_custom.json --strict
COMMAND ${YUIDOC_EXECUTABLE} -C --no-sort --helpers ${CMAKE_SOURCE_DIR}/doxygen2jsdoc/generators/yuidoc/tmpl/mraa/helper.js --themedir ${CMAKE_SOURCE_DIR}/doxygen2jsdoc/generators/yuidoc/tmpl/mraa -o html/node jsdoc/yuidoc/mraa
COMMAND ${CMAKE_SOURCE_DIR}/doxygen2jsdoc/tolower.js -i html/node