Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
phpdocumentor
  • hiii 
    how can i use phpdocumentor with fuelphp
    thanks
  • To do what?
  • hiii Harro Verton ,
    i want to use phpdocumentor to generate documentation of my code
  • Not a problem, we do the same for our API docs

    See http://api.fuelphp.com for the current release version, and http://dev-api.fuelphp.com for the current development version.

    This is our cron script:
    cd /data/github/1.6/develop
    git pull > /dev/null 2>&1
    git submodule foreach git pull > /dev/null 2>&1
    cd /data/github/phpdocumentor
    /usr/bin/php bin/phpdoc.php -t <api-docs-path> -d /data/github/1.6/develop >> /data/logs/phpdocumentor.log 2>&1

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion