vmote 2003/07/06 17:39:40
Modified: src/java/org/apache/fop/rtf/rtflib/rtfdoc
RtfExtraRowSet.java
Log:
clean up javadoc warning (can't reference
org.apache.fop.rtf.rtflib.testdocs.NestedTable because it is not marked "public")
Revision Changes Path
1.9 +13 -11
xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java
Index: RtfExtraRowSet.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- RtfExtraRowSet.java 6 Jul 2003 23:27:55 -0000 1.8
+++ RtfExtraRowSet.java 7 Jul 2003 00:39:40 -0000 1.9
@@ -68,16 +68,18 @@
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 [EMAIL PROTECTED]
+ * See org.apache.fop.rtf.rtflib.testdocs.NestedTable for an example of
+ * usage.
+ * @author Bertrand Delacretaz [EMAIL PROTECTED]
*/
public class RtfExtraRowSet extends RtfContainer {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]