X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java index 7f0249f..ae1f34c 100644 --- a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java +++ b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java @@ -24,6 +24,10 @@ public class PHPFunctionHelpResource implements IHelpResource { this.word = word; } + /** + * Get standard PHPEclipse html help URL + * @return String + */ public String getHref() { return "/net.sourceforge.phpeclipse.phphelp/doc/function." + word + ".html"; } @@ -31,5 +35,6 @@ public class PHPFunctionHelpResource implements IHelpResource { public String getLabel() { return "PHP Context Help"; } + } \ No newline at end of file