Added context help menu for php function names. The description of the fundtion opens...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPTextHover.java
index 884a557..3f8e79a 100644 (file)
@@ -20,7 +20,8 @@ import org.eclipse.jface.text.ITextViewer;
 import org.eclipse.jface.text.Region;
 
 /**
- * Example implementation for an <code>ITextHover</code> which hovers over Java code.
+ * Example implementation for an <code>ITextHover</code> 
+ * which hovers over PHP code.
  */
 public class PHPTextHover implements ITextHover {