Browse Source

Javadoc corrections


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652565 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Andreas L. Delmelle 16 years ago
parent
commit
c5bc9c6571

+ 3
- 2
src/java/org/apache/fop/fo/flow/Footnote.java View File

@@ -28,7 +28,7 @@ import org.apache.fop.fo.PropertyList;
import org.apache.fop.fo.ValidationException;

/**
* Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_footnote">
* Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_footnote">
* <code>fo:footnote</code></a> object.
*/
public class Footnote extends FObj {
@@ -40,7 +40,8 @@ public class Footnote extends FObj {
private FootnoteBody footnoteBody;

/**
* Base constructor
* Create a Footnote instance that is a child of the
* given {@link FONode}
*
* @param parent {@link FONode} that is the parent of this object
*/

+ 1
- 1
src/java/org/apache/fop/fo/flow/FootnoteBody.java View File

@@ -29,7 +29,7 @@ import org.apache.fop.fo.PropertyList;
import org.apache.fop.fo.ValidationException;

/**
* Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_footnote-body">
* Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_footnote-body">
* <code>fo:footnote-body</code></a> object.
*/
public class FootnoteBody extends FObj {

+ 1
- 1
src/java/org/apache/fop/fo/flow/InitialPropertySet.java View File

@@ -30,7 +30,7 @@ import org.apache.fop.fo.ValidationException;
import org.apache.fop.fo.properties.SpaceProperty;

/**
* Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_initial-property-set">
* Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_initial-property-set">
* <code>fo:initial-property-set</code></a> object.
*/
public class InitialPropertySet extends FObj {

Loading…
Cancel
Save