]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix javadoc warnings.
authorFinn Bock <bckfnn@apache.org>
Fri, 23 Jan 2004 21:39:59 +0000 (21:39 +0000)
committerFinn Bock <bckfnn@apache.org>
Fri, 23 Jan 2004 21:39:59 +0000 (21:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197248 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java
src/java/org/apache/fop/fo/BoxPropShorthandParser.java
src/java/org/apache/fop/fo/CompoundPropertyMaker.java
src/java/org/apache/fop/fo/GenericShorthandParser.java
src/java/org/apache/fop/fo/IndentPropertyMaker.java
src/java/org/apache/fop/fo/LineHeightPropertyMaker.java

index fca2c67ec0de5edc675fdbe675f3943d39e41844..6d0673baf8fc95f3a5ef14fab549ba1d4b0f4dca 100644 (file)
@@ -79,7 +79,7 @@ public class BorderWidthPropertyMaker extends LengthProperty.Maker {
     /**
      * Check the value of the style property and return a length of 0 when
      * the style is NONE.
-     * @see org.apacge.fo.Property.Maker.get(int, PropertyList, boolean, boolean)
+     * @see org.apache.fo.Property.Maker#get(int, PropertyList, boolean, boolean)
      */
    
     public Property get(int subpropId, PropertyList propertyList,
index b97a6a01d4dd097d3f13371b95391dbf3653ad88..e05861ebeb2c96bd43c97ac10f024b45ed287c6b 100644 (file)
@@ -65,8 +65,8 @@ public class BoxPropShorthandParser extends GenericShorthandParser {
      * Stores 1 to 4 values of same type.
      * Set the given property based on the number of values set.
      * Example: padding, border-width, border-color, border-style, margin
-     * @see org.apache.fop.fo.GenericShorthandParser#convertValueForProperty(String,
-     * Property.Maker, PropertyList)
+     * @see org.apache.fop.fo.GenericShorthandParser#convertValueForProperty(
+     * int, ListProperty, Property.Maker, PropertyList)
      */
     protected Property convertValueForProperty(int propId,
                                                ListProperty listProperty,
index 6bf064fccb040d560c69450fb979c4b79687a7ff..efa05bf9211072b4ac19c14f84b1f4243d1edae5 100644 (file)
@@ -83,7 +83,7 @@ public class CompoundPropertyMaker extends Property.Maker {
     }
 
     /**
-     * @see org.apache.fop.fo.Property#useGeneric(Property.Maker)
+     * @see org.apache.fop.fo.Property.Maker#useGeneric(Property.Maker)
      */
     public void useGeneric(Property.Maker generic) {
         super.useGeneric(generic);
@@ -295,4 +295,4 @@ public class CompoundPropertyMaker extends Property.Maker {
         }
         return p;
     }    
-}
\ No newline at end of file
+}
index 6735ba0c64855f175a048674fbf8264b39858375..91b57573101fcb53bf5acec6d9f9c39e63bc6e47 100644 (file)
@@ -55,8 +55,7 @@ import java.util.Enumeration;
 public class GenericShorthandParser implements ShorthandParser {
 
     /**
-     * Constructor. The listprop to operate on must b set with setList().
-     * @see #setList(ListProperty) 
+     * Constructor. 
      */
     public GenericShorthandParser() {
     }
index 4ad105b7b81d95010386a4f27abb17ed922dc5b3..44b1c990464ac08e0c3116e537f40f5128e725fc 100644 (file)
@@ -96,7 +96,7 @@ public class IndentPropertyMaker extends CorrespondingPropertyMaker {
     
     /**
      * Calculate the corresponding value for start-indent and end-indent.  
-     * @see CorrespondingPropertyMaker.compute(PropertyList)
+     * @see CorrespondingPropertyMaker#compute(PropertyList)
      */
     public Property compute(PropertyList propertyList) throws FOPException {
         // TODO: bckfnn reenable
index c8707571177476de542fabcea4acc29ae9c98688..776e934d7e49ded1d4cff8aeb7b2c1e3384bfb18 100644 (file)
@@ -73,7 +73,7 @@ public class LineHeightPropertyMaker extends LengthProperty.Maker {
 
     /**
      * Make a property as normal, and save the specified value.
-     * @see Property.Maker.make(propertyList, String, FObj)
+     * @see Property.Maker#make(PropertyList, String, FObj)
      */
     public Property make(PropertyList propertyList, String value,
                          FObj fo) throws FOPException {
@@ -85,7 +85,7 @@ public class LineHeightPropertyMaker extends LengthProperty.Maker {
     /**
      * Recalculate the line-height value based on the nearest specified
      * value.
-     * @see Property.Maker.compute(propertyList)
+     * @see Property.Maker#compute(PropertyList)
      */
     protected Property compute(PropertyList propertyList) throws FOPException {
         // recalculate based on last specified value