[Htmlparser-cvs] htmlparser/src/org/htmlparser/tags CompositeTag.java,1.68,1.69
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-12-16 02:29:59
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags In directory sc8-pr-cvs1:/tmp/cvs-serv22177/src/org/htmlparser/tags Modified Files: CompositeTag.java Log Message: Javadoc changes and additions. Stylesheet, overview, build instructions and todo list. Added HTMLTaglet, an inline Javadoc taglet for embedding HTML into javadocs. Index: CompositeTag.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/CompositeTag.java,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** CompositeTag.java 8 Dec 2003 01:31:52 -0000 1.68 --- CompositeTag.java 16 Dec 2003 02:29:56 -0000 1.69 *************** *** 39,43 **** import org.htmlparser.visitors.NodeVisitor; ! /* * The base class for tags that have an end tag. * Provided extra accessors for the children above and beyond what the basic --- 39,43 ---- import org.htmlparser.visitors.NodeVisitor; ! /** * The base class for tags that have an end tag. * Provided extra accessors for the children above and beyond what the basic |