]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Javadoc cleanup flagged by Eclipse
authorPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:54:59 +0000 (02:54 +0000)
committerPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:54:59 +0000 (02:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197136 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FONode.java
src/java/org/apache/fop/fo/FObjectNames.java
src/java/org/apache/fop/fo/PropNames.java

index 66adf02f12fd5eca5997fe0b8cfe548c3a559bba..1120ddf0b52b806dd98837c615b1ad5795aa81eb 100644 (file)
@@ -240,9 +240,9 @@ public class FONode extends Node{
      * @param stateFlags - the set of states relevant at this point in the
      * tree.  Includes the state information necessaryto select an attribute
      * set for this node.
-     * @param sparsePropsMap - an <tt>int[]</tt> mapping the property indices
+     * @param sparsePropsMap  maps the property indices
      * to their offsets in the set of properties applicable to this node.
-     * @param sparseindices - an <tt>int[]</tt> holding the set of property
+     * @param sparseIndices  holds the set of property
      * indices applicable to this node, in ascending order.
      * <i>sparsePropsMap</i> maps property indices to a position in this array.
      * Together they provide a sparse array facility for this node's
@@ -350,9 +350,9 @@ public class FONode extends Node{
      * properties are no longer required.  The property set for the node can
      * be reduced to the minimum required for this formatting object.
      * This minimal set is maintained in a sparse array.
-     * @see sparsePropsSet
-     * @see sparsePropsMap
-     * @see sparseIndices
+     * @see #sparsePropsSet
+     * @see #sparsePropsMap
+     * @see #sparseIndices
      */
     public void makeSparsePropsSet() throws PropertyException {
         sparsePropsSet = new PropertyValue[numProps];
@@ -401,7 +401,7 @@ public class FONode extends Node{
     /**
      * Get the adjusted <tt>PropertyValue</tt> of the property
      * on the nearest ancestor with a specified value for that property.
-     * @see #fromNearestSpecified(init,int)
+     * @see #fromNearestSpecified(int,int)
      * @see #getNearestSpecifiedValue(int)
      * @param property - the index of both target and source properties.
      * to the PropertyTriplet.
@@ -475,7 +475,7 @@ public class FONode extends Node{
 
     /**
      * Get the adjusted value from the parent FO of the source property.
-     * @see #fromParent(init,int)
+     * @see #fromParent(int,int)
      * @see #getPropertyValue(int)
      * @param property - the index of both target and source properties.
      * @return - the adjusted value from the parent FO node, if it exists.
@@ -534,10 +534,10 @@ public class FONode extends Node{
      * <pre>
      * <p>The <b>adjusted value</b> is either the value itself, or, if the
      * value is an unresolved relative length, an <tt>IndirectValue</tt>
-     * referring to that unresolved length.
-     * @param index - the property index.
+     * referring to that unresolved length
+     * @param property  the property index
      * @return a <tt>PropertyValue</tt> containing the adjusted property
-     * value for the indexed property.
+     * value for the indexed property
      */
     public PropertyValue getPropertyValue(int property)
                 throws PropertyException
index e9fc8da966f22cefaf53937fe71991dd556151c9..8a78505f6a9550c32aa6589ec024c2550425c5c0 100644 (file)
@@ -236,7 +236,7 @@ public class FObjectNames {
      * Get the FObject index corresponding to the FObject name.
      * @param foName - the FO name.
      * @return the <tt>int</tt> index.
-     * @throws <tt>FOPException</tt>.
+     * @throws FOPException
      */
     public static int getFOIndex(String foName)
                 throws FOPException
index e9ddd6d2bd1d5300cce3e45061a54e10017baf1f..001888668cb681c4fbeec9f7e563ec5f1f3f5231 100644 (file)
@@ -820,7 +820,7 @@ public class PropNames {
 
     /**
      * Get the property index of a property name.
-     * @param propindex <tt>int</tt> index of the FO property.
+     * @param name  of the FO property.
      * @return <tt>String</tt> name of the indexd FO property.
      * @exception PropertyException if the property index is invalid.
      */