From: Francisco Santos Date: Tue, 29 Nov 2016 15:55:09 +0000 (+0000) Subject: Automatically update doxygen configuration to local version. X-Git-Tag: dali_1.2.17~4^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=df9acf77f33fdf63ee3b81f5848b76c5baaa8cba Automatically update doxygen configuration to local version. Change-Id: Ic8dce09ea34366e00ff18a8a9935c4594896e25c --- diff --git a/build/tizen/docs/.gitignore b/build/tizen/docs/.gitignore index 37cfe18..52fdd1f 100644 --- a/build/tizen/docs/.gitignore +++ b/build/tizen/docs/.gitignore @@ -1 +1,2 @@ doxygen-errors.txt +dali.doxy.bak diff --git a/build/tizen/docs/Makefile.am b/build/tizen/docs/Makefile.am index 1314654..776a275 100644 --- a/build/tizen/docs/Makefile.am +++ b/build/tizen/docs/Makefile.am @@ -1,5 +1,6 @@ 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 @@ -7,4 +8,4 @@ all-local: @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 \ No newline at end of file + @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 diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index b2bd746..0127bec 100644 --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -59,7 +59,7 @@ * * @brief DALi Toolkit provides UI components and various effects on top of the DALi Core. * - * @section dali_core_overview Overview + * @section dali_toolkit_overview Overview * * DALi Toolkit consists of the following groups of API: *