]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
clean up javadoc warning (can't reference org.apache.fop.rtf.rtflib.testdocs.NestedTa...
authorWilliam Victor Mote <vmote@apache.org>
Mon, 7 Jul 2003 00:39:40 +0000 (00:39 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 7 Jul 2003 00:39:40 +0000 (00:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196629 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java

index 42b3bb8831ef25505727a263a5ecfc1b64cba912..e2e79d8c44f6b1e429d040bfe5632bda227239cf 100755 (executable)
@@ -68,16 +68,18 @@ import java.util.Collections;
 import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
 
 
-/**  Used to add extra table rows after a row that contains a nested table:
- *  <li> created by RtfTableRow before generating RTF code
- *  <li> an RtfTableCell that contains a nested table can ask this to put
- *          some of its children in extra rows that after the current row
- *  <li> once RtfTableRow is done rendering its children, it renders this,
- *          causing extra rows to be generated, with content that can come
- *          from several RtfTableCells
+/**
+ * Used to add extra table rows after a row that contains a nested table:
+ * <li> created by RtfTableRow before generating RTF code
+ * <li> an RtfTableCell that contains a nested table can ask this to put
+ *         some of its children in extra rows that after the current row
+ * <li> once RtfTableRow is done rendering its children, it renders this,
+ *         causing extra rows to be generated, with content that can come
+ *         from several RtfTableCells
  *
- *  @see org.apache.fop.rtf.rtflib.testdocs.NestedTable
- *  @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
+ * See org.apache.fop.rtf.rtflib.testdocs.NestedTable for an example of
+ * usage.
+ * @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
  */
 
 public class RtfExtraRowSet extends RtfContainer {