From: William Victor Mote Date: Mon, 7 Jul 2003 00:39:40 +0000 (+0000) Subject: clean up javadoc warning (can't reference org.apache.fop.rtf.rtflib.testdocs.NestedTa... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1324 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f5130e3e8bbe27f10845f5f858efa2c2ef19d4d;p=xmlgraphics-fop.git clean up javadoc warning (can't reference org.apache.fop.rtf.rtflib.testdocs.NestedTable because it is not marked "public") git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196629 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java index 42b3bb883..e2e79d8c4 100755 --- a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java +++ b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java @@ -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: - *
  • created by RtfTableRow before generating RTF code - *
  • an RtfTableCell that contains a nested table can ask this to put - * some of its children in extra rows that after the current row - *
  • 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: + *
  • created by RtfTableRow before generating RTF code + *
  • an RtfTableCell that contains a nested table can ask this to put + * some of its children in extra rows that after the current row + *
  • 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 {