Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/thumbelina
In directory sc8-pr-cvs1:/tmp/cvs-serv22177/src/org/htmlparser/lexerapplications/thumbelina
Modified Files:
Picture.java ThumbelinaFrame.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: Picture.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/thumbelina/Picture.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Picture.java 21 Sep 2003 18:20:56 -0000 1.1
--- Picture.java 16 Dec 2003 02:29:56 -0000 1.2
***************
*** 187,192 ****
/**
! * Create a string representation of the modifcation.
! * @return A string that shows this picture.
*/
public String toString ()
--- 187,192 ----
/**
! * Create a string representation of the picture.
! * @return A string that shows this picture URL and size.
*/
public String toString ()
***************
*** 214,217 ****
--- 214,221 ----
*
* $Log$
+ * Revision 1.2 2003/12/16 02:29:56 derrickoswald
+ * Javadoc changes and additions. Stylesheet, overview, build instructions and todo list.
+ * Added HTMLTaglet, an inline Javadoc taglet for embedding HTML into javadocs.
+ *
* Revision 1.1 2003/09/21 18:20:56 derrickoswald
* Thumbelina
Index: ThumbelinaFrame.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/thumbelina/ThumbelinaFrame.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ThumbelinaFrame.java 21 Sep 2003 18:20:56 -0000 1.1
--- ThumbelinaFrame.java 16 Dec 2003 02:29:56 -0000 1.2
***************
*** 1057,1062 ****
* @param args The command line arguments.
* Optionally, arg[0] can be the URL to preload the Thumeblina bean with.
- * @throws MalformedURLException If there is a command line argument and it
- * does not correspond to a valid URL.
*/
public static void main (final String[] args)
--- 1057,1060 ----
|