Ticket #4167: 4167.patch

File 4167.patch, 1.9 KB (added by Frederico Caldeira Knabben, 15 years ago)
  • _dev/docs_build/docs_build.bat

    Property changes on: _dev\docs_build
    ___________________________________________________________________
    Added: svn:ignore
       + api_docs
    
    
     
    33:: Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    44:: For licensing, see LICENSE.html or http://ckeditor.com/license
    55::
    6 :: Build the _docs/api documentation files.
     6:: Builds the documentation files.
    77::
    88
    9 ECHO Building the API document at _docs/api...
     9ECHO Building the API document into the api_docs directory...
    1010
    11 del /F /Q "../../_docs/api/*.*"
     11del /F /Q "api_docs/*.*"
    1212
    1313java -jar ../_thirdparty/jsdoc-toolkit/jsrun.jar ../_thirdparty/jsdoc-toolkit/app/run.js -c=docs_build.conf
    1414
    15 :: php ../fixlineends/fixlineends.php --eolstripwhite --eofnewline --eofstripwhite --nohidden --nosystem ../../_docs/api/
     15:: php ../fixlineends/fixlineends.php --eolstripwhite --eofnewline --eofstripwhite --nohidden --nosystem api_docs/
    1616
    1717ECHO Finished!
  • _dev/docs_build/docs_build.conf

     
    2626        r: 100,
    2727
    2828        // use this directory as the output directory
    29         d: '../../_docs/api',
     29        d: 'api_docs',
    3030
    3131        // Template.
    3232        t: 'template',
  • _dev/releaser/ckreleaser.release

     
    5858        'ckeditor.pack'
    5959],
    6060
    61 documentation :
    62 {
    63         config: '_dev/docs_build/docs_build.conf',
    64         target: '_docs/api'
    65 },
    66 
    6761samples :
    6862{
    6963        source : '_samples',
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy