phpdox icon indicating copy to clipboard operation
phpdox copied to clipboard

Generate extra xhtml page, is it possible from template?

Open nzurita opened this issue 5 years ago • 3 comments

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.

nzurita avatar Apr 27 '20 20:04 nzurita

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 avatar Apr 27 '20 22:04 theseer

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

theseer avatar Apr 27 '20 22:04 theseer

Maybe :-)

nzurita avatar Apr 28 '20 07:04 nzurita