Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 433 Bytes

Phpdoc.md

File metadata and controls

32 lines (21 loc) · 433 Bytes

Installing Phpdoc

Pear

pear channel-discover pear.phpdoc.org
pear install phpdoc/phpDocumentor

Composer

You can also install phpdoc via composer

{
    "require-dev": {
        "phpdocumentor/phpdocumentor": "2.*"
    }
}

Direct Download

http://phpdoc.org/phpDocumentor.phar

Generate Docs

Run phpdoc -d ./src/Ojs -t ./docs/phpdoc in applicatioın root folder