Error Running Phpdoc on ubuntu [closed]

0

After downloading phpDoc by composer.phar What happened in a very successful way. I try to run:

~$ ./phpdoc

In Terminal and I get the following error message:

ubuntualex@ubuntualex-VirtualBox:~/vendor/bin$ ./phpdoc
Collecting files .. OK
Initializing parser .. OK
Parsing files



  [Exception]                                                                      
  No parsable files were found, did you specify any using the -f or -d parameter?  



project:run [-t|--target[="..."]] [-f|--filename[="..."]] [-d|--directory[="..."]] [--encoding[="..."]] [-e|--extensions[="..."]] [-i|--ignore[="..."]] [--ignore-tags[="..."]] [--hidden] [--ignore-symlinks] [-m|--markers[="..."]] [--title[="..."]] [--force] [--validate] [--visibility[="..."]] [--defaultpackagename[="..."]] [--sourcecode] [-p|--progressbar] [--template[="..."]] [--parseprivate] [--log[="..."]]

I'm using composer 7.22 and Php 5.3 and Ubuntu 12.04

Which part should I configure or am I running the wrong command?

    
asked by anonymous 04.07.2014 / 15:41

1 answer

0

Fixed

I have specified the directory or the file to generate the documentation: ./phpdoc -d / path / from / project /

    
04.07.2014 / 21:05