X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=build%2Ftizen%2Fdocs%2FMakefile.am;h=776a2750ada4ae2f2f8f4676c40a79a9f7675033;hp=8d7082571c28a36ce73d2060d3d82b4313671362;hb=a1569d27e91ea58dbfbcdb3692fe10a971d06732;hpb=0d47d25c0a02ee18c55fcb144984b2cc2b943555 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