The Code:
$INC = @include_once("$dir/$file");
Report of the phpDoc:
[included file] $dir/$file missing
Undocumented element.
I added
/**
* @include bla bla
*/
deleted all html files, start the phpDoc Parser again,
and he printed the same.
In the description of the Modul where this:
Included files Summary, Type: include_once
$dir/$file Warning: documentation is missing.