From: <bin...@li...> - 2001-10-07 04:18:44
|
> If I run phpdoc on a very small set of files (just those classes in > binarycloud/base/core/), I get the following: > > alex@box docs> php -q StaticPHPDocBuild.php > Parser starts... > ... preparse to find modulegroups and classtrees. > ... parsing classes. > ... parsing modules. > ... writing packagelist. > Parser finished. > Starting to render... > IntegratedTemplate Error: The name of a block must be unique within a > template. Found '__global__' twice. Unpredictable results may > appear.IntegratedTemplate Error: The name of a block must be > unique within a > template. Found '__global__' twice. Unpredictable results may appear. > alex@box docs> > Alex. I had the same problem. If you grab the IT[X] stuff from PHP4 CVS then it tends to work. I think there are some version differences between IT[X} in the pear and php4 trees. I've copied PHPDoc out of pear and IT[X] out of php4 and away it went. Cheers, Graeme |