phpdox
phpdox copied to clipboard
Generate extra xhtml page, is it possible from template?
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.
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?
If you think it would make sense to have this as an addition to phpDox, you can also implement it and provide a PR ;)
Maybe :-)