theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

Generate extra xhtml page, is it possible from template? #398

Open nzurita opened 4 years ago

nzurita commented 4 years ago

I'm customizing a template to re-style my documentation.

I wonder if I can force phpdox to generate an extra page, for example, uml-diagram.xhtml (based on its corresponding template uml-diagram.xsl), only altering the template and not the other components like the HTML Engine or whatever.

theseer commented 4 years ago

Yes and no.

There's no default option for that.

The quickest way would be to extend the default HTML engine and do the additional rendering on one of the hooks of choice.

Or would you need more?

theseer commented 4 years ago

If you think it would make sense to have this as an addition to phpDox, you can also implement it and provide a PR ;)

nzurita commented 4 years ago

Maybe :-)