問題タブ [apigen]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - ファイルレベルの @package を作成するルール
私のコードは次のようになります。
最初の docblock をファイル レベルのブロックにしたいのですが、ApiGen はそれを require ステートメントにリンクしているようで、私のクラスは "None" 名前空間に表示されます。たとえば、次のようにすると修正されます。
これは意図した動作ですか?ファイル レベル ブロックの後に偽のコメントを追加する必要がありますか? 正確なルールは何ですか?
netbeans - API Gen と NetBeans 7.2.1
プロジェクトのドキュメントを生成できません。NetBeans "'"php.exe"' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されません." の下にエラー メッセージが表示されます。ApiGen 2.8.0 スタンドアロンは別のフォルダーに解凍されており、その参照は [ツール] -> [オプション] -> [apigen] の下にあります。誰かからのアドバイスはありますか?よろしくお願いします。
php - Windows 上の ApiGen。apigen コマンドを実行できません
WindowsでAPIGenを動作させる方法を誰か教えてください。PEAR を使用して ApiGen をインストールしました。ApiGen のファイルは次の場所にあります。
C:\wamp\bin\php\php5.3.13
ここには 2 種類のファイルがあり、1 つはバッチ拡張子で、もう 1 つはファイル拡張子で、どちらも apigen という名前です。
apigen コマンドの使用中に以下のエラーが発生します。
php - Netbeans および Virtualbox での APIGEN の使用
私の開発環境には、VirtualBox内で実行されているubuntuサーバー14.04があります。Netbeans やその他のサポート ソフトウェアがインストールされている Mac OS X を使用しています。サーバー コンポーネントのみが VirtualBox に存在します。
私の質問は、Mac OS X に pear/apigen をインストールせずに Netbeans で ApiGen を実行するにはどうすればよいですか?
現在、次のエラーが表示されます。
netbeans - Using Apigen in Netbeans IDE
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