Skip to content

Page Title "phpdox - Test Method" #266

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions