Browse Source

cleanup some gump javadoc warnings


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196719 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
William Victor Mote 21 years ago
parent
commit
e0dcccbe17

+ 1
- 1
src/java/org/apache/fop/datatypes/LengthBase.java View File

@@ -63,7 +63,7 @@ public class LengthBase implements PercentBase {
public static final int CUSTOM_BASE = 0;
/** constant for a font-size percent-based length */
public static final int FONTSIZE = 1;
/** constant for an inh (??) font-size percent-based length */
/** constant for an inh font-size percent-based length */
public static final int INH_FONTSIZE = 2;
/** constant for a containing box percent-based length */
public static final int CONTAINING_BOX = 3;

+ 1
- 1
src/java/org/apache/fop/fo/expr/FopPropValFunction.java View File

@@ -54,7 +54,7 @@ import org.apache.fop.fo.Property;


/**
* This appearst to be an artificial function (??), which handles the specified
* This appears to be an artificial function, which handles the specified
* or initial value of the property on this object.
*/
public class FopPropValFunction extends FunctionBase {

+ 1
- 2
src/java/org/apache/fop/rtf/rtflib/testdocs/package.html View File

@@ -2,7 +2,6 @@
<TITLE>org.apache.fop.rtf.rtflib.testdocs</TITLE>
<BODY>
<P>Classes used to test/demonstrate RTFLib capabilities by generating sample
RTF documents.
systems other than FOP.</P>
RTF documents.</P>
</BODY>
</HTML>

Loading…
Cancel
Save