aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-07-07 00:39:40 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-07-07 00:39:40 +0000
commit5f5130e3e8bbe27f10845f5f858efa2c2ef19d4d (patch)
treec8cbd54730773b554452e7a7892ed5ed3ddb562b /src/java/org
parent3f3fb880bd068fc326411279888933a1109e2359 (diff)
downloadxmlgraphics-fop-5f5130e3e8bbe27f10845f5f858efa2c2ef19d4d.tar.gz
xmlgraphics-fop-5f5130e3e8bbe27f10845f5f858efa2c2ef19d4d.zip
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
Diffstat (limited to 'src/java/org')
-rwxr-xr-xsrc/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java20
1 files changed, 11 insertions, 9 deletions
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:
- * <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 {