-
Notifications
You must be signed in to change notification settings - Fork 121
Closed

Description
Maybe this isn't a bug but a feature request. For any method/function page I get a page title of "phpdox - Test Method". You also get this on your demo site. e.g.
http://phpdox.de/demo/phpDox/classes/TheSeer_phpDox_EngineBootstrapApi/instantiatedByFactory.xhtml
<title>phpDox - Test Method</title>
I've found this in method.xsl so it looks like the page title is hard coded yet I'd expect it to be the method name in "phpdox - myAwesomeFunction"
<xsl:call-template name="head">
<xsl:with-param name="title" select="'Test Method'" />
</xsl:call-template>
Metadata
Metadata
Assignees
Labels
No labels