Преглед изворни кода

Fix javadoc warnings.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197248 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Finn Bock пре 20 година
родитељ
комит
acddbbd618

+ 1
- 1
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,

+ 2
- 2
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,

+ 2
- 2
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;
}
}
}

+ 1
- 2
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() {
}

+ 1
- 1
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

+ 2
- 2
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

Loading…
Откажи
Сачувај