Automatically update doxygen configuration to local version. 89/100289/3
authorFrancisco Santos <f1.santos@samsung.com>
Tue, 29 Nov 2016 15:55:09 +0000 (15:55 +0000)
committerFrancisco Santos <f1.santos@samsung.com>
Tue, 29 Nov 2016 16:43:35 +0000 (16:43 +0000)
Change-Id: Ic8dce09ea34366e00ff18a8a9935c4594896e25c

build/tizen/docs/.gitignore
build/tizen/docs/Makefile.am
doc/dali-toolkit-doc.h

index 37cfe18..52fdd1f 100644 (file)
@@ -1 +1,2 @@
 doxygen-errors.txt
 doxygen-errors.txt
+dali.doxy.bak
index 1314654..776a275 100644 (file)
@@ -1,5 +1,6 @@
 all-local:
        @rm -f doxygen-errors.txt
 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
        @-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
        @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
index b2bd746..0127bec 100644 (file)
@@ -59,7 +59,7 @@
  *
  * @brief DALi Toolkit provides UI components and various effects on top of the DALi Core.
  *
  *
  * @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:
  *
  *
  * DALi Toolkit consists of the following groups of API:
  *