bckfnn      2004/01/23 13:39:59

  Modified:    src/java/org/apache/fop/fo BorderWidthPropertyMaker.java
                        BoxPropShorthandParser.java
                        CompoundPropertyMaker.java
                        GenericShorthandParser.java
                        IndentPropertyMaker.java
                        LineHeightPropertyMaker.java
  Log:
  Fix javadoc warnings.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-fop/src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java
  
  Index: BorderWidthPropertyMaker.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BorderWidthPropertyMaker.java     22 Jan 2004 09:06:05 -0000      1.1
  +++ BorderWidthPropertyMaker.java     23 Jan 2004 21:39:59 -0000      1.2
  @@ -79,7 +79,7 @@
       /**
        * 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,
  
  
  
  1.7       +2 -2      xml-fop/src/java/org/apache/fop/fo/BoxPropShorthandParser.java
  
  Index: BoxPropShorthandParser.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/BoxPropShorthandParser.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BoxPropShorthandParser.java       22 Jan 2004 09:06:05 -0000      1.6
  +++ BoxPropShorthandParser.java       23 Jan 2004 21:39:59 -0000      1.7
  @@ -65,8 +65,8 @@
        * 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,
  
  
  
  1.2       +3 -3      xml-fop/src/java/org/apache/fop/fo/CompoundPropertyMaker.java
  
  Index: CompoundPropertyMaker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/CompoundPropertyMaker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CompoundPropertyMaker.java        22 Jan 2004 09:06:05 -0000      1.1
  +++ CompoundPropertyMaker.java        23 Jan 2004 21:39:59 -0000      1.2
  @@ -83,7 +83,7 @@
       }
   
       /**
  -     * @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 @@
           }
           return p;
       }    
  -}
  \ No newline at end of file
  +}
  
  
  
  1.6       +1 -2      xml-fop/src/java/org/apache/fop/fo/GenericShorthandParser.java
  
  Index: GenericShorthandParser.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/GenericShorthandParser.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- GenericShorthandParser.java       22 Jan 2004 09:06:05 -0000      1.5
  +++ GenericShorthandParser.java       23 Jan 2004 21:39:59 -0000      1.6
  @@ -55,8 +55,7 @@
   public class GenericShorthandParser implements ShorthandParser {
   
       /**
  -     * Constructor. The listprop to operate on must b set with setList().
  -     * @see #setList(ListProperty) 
  +     * Constructor. 
        */
       public GenericShorthandParser() {
       }
  
  
  
  1.2       +2 -2      xml-fop/src/java/org/apache/fop/fo/IndentPropertyMaker.java
  
  Index: IndentPropertyMaker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/IndentPropertyMaker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IndentPropertyMaker.java  22 Jan 2004 09:06:05 -0000      1.1
  +++ IndentPropertyMaker.java  23 Jan 2004 21:39:59 -0000      1.2
  @@ -96,7 +96,7 @@
       
       /**
        * 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
  
  
  
  1.3       +3 -3      xml-fop/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java
  
  Index: LineHeightPropertyMaker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LineHeightPropertyMaker.java      22 Jan 2004 10:56:11 -0000      1.2
  +++ LineHeightPropertyMaker.java      23 Jan 2004 21:39:59 -0000      1.3
  @@ -73,7 +73,7 @@
   
       /**
        * 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 @@
       /**
        * 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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to