Fix JavaScript plugin build break after rotation->orientation property change
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / docs / README.txt
1 // Follow instructions on the internets on how to install yuidoc
2 // Then run this command
3
4 yuidoc --config yuidoc.json -e ".cpp,.js,.md"  -o generated .. ../../../docs/content/shared-javascript-and-cpp-documentation/
5
6 // -e says what extensions to pass, we have comments in js and cpp files
7 // -o specifies output directory ( in this case we output to a folder called generated)
8 // The list of directories after the generated, is the folders to scan for documentation
9
10 To view the output
11 firefox generated/index.html &