Author: ltheussl
Date: Fri Sep 30 17:00:05 2005
New Revision: 292879

URL: http://svn.apache.org/viewcvs?rev=292879&view=rev
Log:
Doc update

Modified:
    maven/maven-1/plugins/trunk/xdoc/xdocs/reference/xdocs.xml

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/reference/xdocs.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/reference/xdocs.xml?rev=292879&r1=292878&r2=292879&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/reference/xdocs.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/reference/xdocs.xml Fri Sep 30 
17:00:05 2005
@@ -197,6 +197,23 @@
         </p>
       </subsection>
 
+      <subsection name="Dont put &lt;source&gt; inside paragraphs">
+        <p>Wrong:</p>
+        <source><![CDATA[<p>
+  The following command executes the program:
+  <source>java -jar CoolApp.jar</source>
+</p>]]></source>
+        <p>Correct:</p>
+        <source><![CDATA[<p>
+  The following command executes the program:
+</p>
+<source>java -jar CoolApp.jar</source>]]></source>
+        <p>
+          However, you may put <code>&lt;source&gt;</code> elements inside
+          list items or table rows.
+        </p>
+      </subsection>
+
     </section>
 
     <navbar prev="navfile.html" home="../index.html" next="i18n.html"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to