From: Finn Bock Date: Fri, 23 Jan 2004 21:39:59 +0000 (+0000) Subject: Fix javadoc warnings. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~895 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9038fb899f33721e8a4143e363aadc0124399a01;p=xmlgraphics-fop.git Fix javadoc warnings. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197248 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java b/src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java index fca2c67ec..6d0673baf 100644 --- a/src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java +++ b/src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java @@ -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, diff --git a/src/java/org/apache/fop/fo/BoxPropShorthandParser.java b/src/java/org/apache/fop/fo/BoxPropShorthandParser.java index b97a6a01d..e05861ebe 100644 --- a/src/java/org/apache/fop/fo/BoxPropShorthandParser.java +++ b/src/java/org/apache/fop/fo/BoxPropShorthandParser.java @@ -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, diff --git a/src/java/org/apache/fop/fo/CompoundPropertyMaker.java b/src/java/org/apache/fop/fo/CompoundPropertyMaker.java index 6bf064fcc..efa05bf92 100644 --- a/src/java/org/apache/fop/fo/CompoundPropertyMaker.java +++ b/src/java/org/apache/fop/fo/CompoundPropertyMaker.java @@ -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 +} diff --git a/src/java/org/apache/fop/fo/GenericShorthandParser.java b/src/java/org/apache/fop/fo/GenericShorthandParser.java index 6735ba0c6..91b575731 100644 --- a/src/java/org/apache/fop/fo/GenericShorthandParser.java +++ b/src/java/org/apache/fop/fo/GenericShorthandParser.java @@ -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() { } diff --git a/src/java/org/apache/fop/fo/IndentPropertyMaker.java b/src/java/org/apache/fop/fo/IndentPropertyMaker.java index 4ad105b7b..44b1c9904 100644 --- a/src/java/org/apache/fop/fo/IndentPropertyMaker.java +++ b/src/java/org/apache/fop/fo/IndentPropertyMaker.java @@ -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 diff --git a/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java b/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java index c87075711..776e934d7 100644 --- a/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java +++ b/src/java/org/apache/fop/fo/LineHeightPropertyMaker.java @@ -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