]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Javadoc corrections
authorAndreas L. Delmelle <adelmelle@apache.org>
Thu, 1 May 2008 16:15:44 +0000 (16:15 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Thu, 1 May 2008 16:15:44 +0000 (16:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652565 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/flow/Footnote.java
src/java/org/apache/fop/fo/flow/FootnoteBody.java
src/java/org/apache/fop/fo/flow/InitialPropertySet.java

index 54e457db887b289e67b37bdd195095ec8694662f..5b13b502cccee82dfd9f669e6651086cb3b495f0 100644 (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
      */
index 21c5a3efdd6bae8ad7134933072cb045f7204dae..711d56c601eedeb44f57f8c5cd836754f4945dc7 100644 (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 {
index 6b2a1b50c87f007bc10ce5092d7d5898030cff60..a7f62535f21cb01828d368ef096d595b1a8e7f21 100644 (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 {