On Thu, 24 Feb 2011 15:42:26 +0100, Moacir de Oliveira <moacirdeoliveira....@gmail.com> wrote:


$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

Ok, I understand, but I think if 'phpdoc:classref' isn't supported in Generic package, any links (<a href...>) for classref documentation musn't be rendered for final xhtml output. Nowadays <a href...> for each class is rendered, but no class manual exist. It isn't good behavior and makes end user little bit confused.

Miroslav Kubelik


Reply via email to