Added "Task Tags" functionality (TODO,...)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPPartition.java
index 08f9c08..bbb45e4 100644 (file)
@@ -10,7 +10,7 @@ import org.eclipse.jface.text.IDocument;
 
 /**
  * @author slanger
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
  */
 public class PHPPartition extends Partition
 {
@@ -38,7 +38,7 @@ public class PHPPartition extends Partition
      */
     protected boolean allowedPartition(String type)
     {
-        if(type.equals(IPHPPartitions.PHP_MULTILINE_COMMENT))
+        if(type.equals(IPHPPartitions.PHP_PHPDOC_COMMENT))
                return true;
                
         return false;