X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fdocs%2FMakefile.am;h=776a2750ada4ae2f2f8f4676c40a79a9f7675033;hb=ae5a6b4b7b376bd687851aa436d42f40e4bb6325;hp=8d7082571c28a36ce73d2060d3d82b4313671362;hpb=721c0559a8dad6ad2b5618f16ac1fee753973f70;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/build/tizen/docs/Makefile.am b/build/tizen/docs/Makefile.am index 8d70825..776a275 100644 --- a/build/tizen/docs/Makefile.am +++ b/build/tizen/docs/Makefile.am @@ -1,7 +1,11 @@ all-local: @rm -f doxygen-errors.txt + @-doxygen -u dali.doxy @-doxygen dali.doxy &> doxygen-errors.txt || rm doxygen-errors.txt @touch doxygen-errors.txt @cat doxygen-errors.txt @if [ -s doxygen-errors.txt ]; then exit 1 ; fi @rm doxygen-errors.txt +# Build JavaScript API documentation using yuidoc ( Yahoo JavaScript Documentation Tool ) +# We first test yuidoc exists, then change in to the dali-script-v8 docs directory and run yuidoc + @if [ ! `which yuidoc` = "" ]; then cd ../../../plugins/dali-script-v8/docs && yuidoc --config yuidoc.json -e ".cpp,.js,.md" -o generated .. ../../../docs/content/shared-javascript-and-cpp-documentation/ ; fi