phpDocumentor - Could not open input file: phpdoc.php

后端 未结 7 689
猫巷女王i
猫巷女王i 2021-02-05 09:32

I\'m trying to use phpDocumentor (for the first time, I have no idea what I\'m doing). Actually, I want to use it only with SublimeText 2 and this plugin. Can you guide me step

7条回答
  •  耶瑟儿~
    2021-02-05 10:15

    I just encountered this on Windows 7 having installed phpDocumentor2 via PEAR. I found that running:

    phpdoc -d . -t docs
    

    in an elevated command prompt did the trick - I suspect there's still some PATH issue on my machine that makes that the case, but having done all the default install steps for both PEAR and phpDocumentor it has proven the quickest workaround I've found.

提交回复
热议问题