misc
[phpeclipse.git] / net.sourceforge.phpeclipse.smarty.ui / src / net / sourceforge / phpdt / smarty / ui / internal / text / SmartyTagRule.java
index f1a71f6..1e22864 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Igor Malinin - initial contribution
  *
- * $Id: SmartyTagRule.java,v 1.1 2004-09-02 18:25:04 jsurfer Exp $
+ * $Id: SmartyTagRule.java,v 1.2 2004-12-29 21:30:33 axelcl Exp $
  */
 
 package net.sourceforge.phpdt.smarty.ui.internal.text;
@@ -19,9 +19,7 @@ import org.eclipse.jface.text.rules.IToken;
 import org.eclipse.jface.text.rules.Token;
 
 /**
- * Rule detecting XML tag brackets and name.
- * 
- * @author Igor Malinin
+ * Rule detecting smarty tags
  */
 public class SmartyTagRule implements IRule {