Call WIN_32 CHM files for "function help"
[phpeclipse.git] / net.sourceforge.phpeclipse.phphelp / src / net / sourceforge / phpdt / phphelp / actions / PHPFunctionHelpResource.java
index 7f0249f..ae1f34c 100644 (file)
@@ -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