1

I have been trying to use the Apigen script to do documentation in Netbeans. I downloaded Apigen.phar file and created the Apigen.bat file. I added the location of it into the Netbeans in the Apigen section. When I try to do the documentation for the project I get the error below:

[InvalidArgumentException]
There are no commands defined in the "C" namespace.

Any suggestions please.

P.S: I am using Windows 8.1

4

1 に答える 1

2

プロジェクト フォルダに apigen.neon を作成し、Netbeans の「プロジェクト プロパティ」/「ApiGen」で「構成ファイル」として設定します。apigen.bat をそのまま編集

@"C:\xampp\php\php.exe" "C:\xampp\php\apigen.phar" generate

あまり良い決定ではありませんが、うまくいきました)

于 2014-12-15T08:39:08.967 に答える