Property changes on: _dev\docs_build
___________________________________________________________________
Added: svn:ignore
+ api_docs
|
|
|
|
| 3 | 3 | :: Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. |
| 4 | 4 | :: For licensing, see LICENSE.html or http://ckeditor.com/license |
| 5 | 5 | :: |
| 6 | | :: Build the _docs/api documentation files. |
| | 6 | :: Builds the documentation files. |
| 7 | 7 | :: |
| 8 | 8 | |
| 9 | | ECHO Building the API document at _docs/api... |
| | 9 | ECHO Building the API document into the api_docs directory... |
| 10 | 10 | |
| 11 | | del /F /Q "../../_docs/api/*.*" |
| | 11 | del /F /Q "api_docs/*.*" |
| 12 | 12 | |
| 13 | 13 | java -jar ../_thirdparty/jsdoc-toolkit/jsrun.jar ../_thirdparty/jsdoc-toolkit/app/run.js -c=docs_build.conf |
| 14 | 14 | |
| 15 | | :: php ../fixlineends/fixlineends.php --eolstripwhite --eofnewline --eofstripwhite --nohidden --nosystem ../../_docs/api/ |
| | 15 | :: php ../fixlineends/fixlineends.php --eolstripwhite --eofnewline --eofstripwhite --nohidden --nosystem api_docs/ |
| 16 | 16 | |
| 17 | 17 | ECHO Finished! |