次のようないくつかのファイルを使用します。
/**
* Creates a new user account.
* Collects posted form variables, escapes them, then passes them on to Storm.
* @package User
*/
/**
* Do includes.
*/
include_once('../Utilities.php');
include_once('../stormLibs/user.php');
...等。
次に、phpdoc.org から phpDocumentor 2 を実行します。結果ページにはエラーは表示されませんが、ファイル、パッケージ、またはクラスへのリンクも表示されません。
何か案は?
スクリーンショット: