hi,

2011/2/24 Miroslav Kubelík <kou...@seznam.cz>

> On Wed, 23 Feb 2011 19:09:24 +0100, Hannes Magnusson <
> hannes.magnus...@gmail.com> wrote:
>
>  Actually.. No, its probably not a bug. Our class definitions use a
>> custom phpdoc namespace, which the vanilla standard packages do not
>> support.
>> You have to use the PHP package ("-P PHP").
>>
>
> OK, with -P PHP works good. I think it's bug (but I don't know where, I
> don't know
> about phd internals nothing), good behavior with vannila standard package
> is either  render no separate class manuals with no links anywhere or work
> as in PHP package.
>



 $phd -d ~/phpdocs/doc-base/.manual.xml -p book.rrd -o /var/www/phprrd/ -f
xhtml -t chunkedhtml

-t chunkedhtml is a deprecated option that is not used by PhD anymore.

When you don't pass the -P (--package) option PhD will use the Generic
Package which doesn't support 'phpdoc:classref', so the class references
will not be created.

If you are rendering the PHP Manual you must use the -P PHP

regards,

--Moacir de Oliveira

Reply via email to