You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/02/26 14:14:32 UTC

svn commit: r748131 - in /maven/doxia/doxia/trunk/doxia-core/src/main: java/org/apache/maven/doxia/parser/XhtmlBaseParser.java mdo/document.mdo

Author: vsiveton
Date: Thu Feb 26 13:14:32 2009
New Revision: 748131

URL: http://svn.apache.org/viewvc?rev=748131&view=rev
Log:
o fixing javadoc

Modified:
    maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/parser/XhtmlBaseParser.java
    maven/doxia/doxia/trunk/doxia-core/src/main/mdo/document.mdo

Modified: maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/parser/XhtmlBaseParser.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/parser/XhtmlBaseParser.java?rev=748131&r1=748130&r2=748131&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/parser/XhtmlBaseParser.java (original)
+++ maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/parser/XhtmlBaseParser.java Thu Feb 26 13:14:32 2009
@@ -494,7 +494,7 @@
      * @param type the tag event type. This should be one of HtmlMarkup.TAG_TYPE_SIMPLE,
      * HtmlMarkup.TAG_TYPE_START or HtmlMarkup.TAG_TYPE_END. It will be passed as the first
      * argument of the required parameters to the Sink
-     * {@link org.apache.maven.doxia.sink.Sink#unkown(String,Object[],SinkEventAttributes) unkown}
+     * {@link org.apache.maven.doxia.sink.Sink#unknown(String, Object[], SinkEventAttributes)}
      * method.
      */
     protected void handleUnknown( XmlPullParser parser, Sink sink, int type )

Modified: maven/doxia/doxia/trunk/doxia-core/src/main/mdo/document.mdo
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/src/main/mdo/document.mdo?rev=748131&r1=748130&r2=748131&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/src/main/mdo/document.mdo (original)
+++ maven/doxia/doxia/trunk/doxia-core/src/main/mdo/document.mdo Thu Feb 26 13:14:32 2009
@@ -119,7 +119,7 @@
           <version>1.0.0</version>
           <description><![CDATA[
             A shortcut for the unique author of the document, usually as a String of "firstName lastName". For
-            more authors, you could use the <authors/> tag.
+            more authors, you could use the &lt;authors/&gt; tag.
           ]]></description>
           <type>String</type>
           <identifier>true</identifier>