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..f33ad0d 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 @@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - Initial implementation - Klaus Hartlage - www.eclipseproject.de + www.phpeclipse.de **********************************************************************/ package net.sourceforge.phpdt.phphelp.actions; @@ -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