You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/09/27 19:48:28 UTC

svn commit: r450517 - /xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java

Author: mrglavas
Date: Wed Sep 27 10:48:28 2006
New Revision: 450517

URL: http://svn.apache.org/viewvc?view=rev&rev=450517
Log:
Fix Javadoc.

Modified:
    xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java

Modified: xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java?view=diff&rev=450517&r1=450516&r2=450517
==============================================================================
--- xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java (original)
+++ xerces/java/trunk/src/org/apache/wml/WMLSmallElement.java Wed Sep 27 10:48:28 2006
@@ -21,14 +21,12 @@
  * The DTD used in this DOM model is from 
  * <a href="http://www.wapforum.org/DTD/wml_1.1.xml">
  * http://www.wapforum.org/DTD/wml_1.1.xml</a></p>
+ * 
+ * <p>'small' render the text with small font
+ * (Section 11.8.1, WAP WML Version 16-Jun-1999)</p>
  *
  * @version $Id$
  * @author <a href="mailto:david@topware.com.tw">David Li</a>
- */
-
-/**
- * 'small' render the text with small font
- * (Section 11.8.1, WAP WML Version 16-Jun-1999)
  */
 public interface WMLSmallElement extends WMLElement {
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org