Revision: 2197
http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2197&view=rev
Author: wrh2
Date: 2008-04-21 21:16:22 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Parser:
* Clean up the code that was previously added to catch unclosed
HTML list tags. This change adds an "isNestedTag" method to
indicate whether an HTML tag is allowed to nest within a tag of
the same type.
* Add Javadoc comments for several isTagType utility methods.
Modified Paths:
--------------
wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexLexer.java
wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParserUtil.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|