From 3b05fa0eb73a6cefc2a642286244f597c89440d5 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Thu, 24 Apr 2003 02:48:08 +0000 Subject: [PATCH] javadoc changes to clean up gump warnings. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196335 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/datatypes/Keep.java | 22 +++---- .../apache/fop/fonts/truetype/TTFFile.java | 36 +++++----- src/java/org/apache/fop/image/XMLImage.java | 26 ++++---- .../fop/layout/hyphenation/TernaryTree.java | 22 +++---- src/java/org/apache/fop/pdf/PDFDocument.java | 66 +++++++++---------- src/java/org/apache/fop/pdf/package.html | 2 +- .../apache/fop/render/AbstractRenderer.java | 30 ++++----- src/java/org/apache/fop/render/package.html | 2 +- .../org/apache/fop/render/pdf/package.html | 2 +- .../org/apache/fop/render/xml/package.html | 2 +- 10 files changed, 105 insertions(+), 105 deletions(-) diff --git a/src/java/org/apache/fop/datatypes/Keep.java b/src/java/org/apache/fop/datatypes/Keep.java index ac363ebf2..996708b88 100644 --- a/src/java/org/apache/fop/datatypes/Keep.java +++ b/src/java/org/apache/fop/datatypes/Keep.java @@ -3,34 +3,34 @@ * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ - * + * * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: - * + * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. - * + * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. - * + * * 3. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: "This product includes software * developed by the Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. - * + * * 4. The names "FOP" and "Apache Software Foundation" must not be used to * endorse or promote products derived from this software without prior * written permission. For written permission, please contact * apache@apache.org. - * + * * 5. Products derived from this software may not be called "Apache", nor may * "Apache" appear in their name, without prior written permission of the * Apache Software Foundation. - * + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE @@ -42,12 +42,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ============================================================================ - * + * * This software consists of voluntary contributions made by many individuals * on behalf of the Apache Software Foundation and was originally created by * James Tauber . For more information on the Apache * Software Foundation, please see . - */ + */ package org.apache.fop.datatypes; import org.apache.fop.fo.Property; @@ -114,7 +114,7 @@ public class Keep implements CompoundDatatype { } /** - * What to do here?? There isn't really a meaningful single value. + * Not sure what to do here. There isn't really a meaningful single value. */ public String toString() { return "Keep"; diff --git a/src/java/org/apache/fop/fonts/truetype/TTFFile.java b/src/java/org/apache/fop/fonts/truetype/TTFFile.java index 157d0d569..0490bdf03 100644 --- a/src/java/org/apache/fop/fonts/truetype/TTFFile.java +++ b/src/java/org/apache/fop/fonts/truetype/TTFFile.java @@ -3,34 +3,34 @@ * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ - * + * * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: - * + * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. - * + * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. - * + * * 3. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: "This product includes software * developed by the Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. - * + * * 4. The names "FOP" and "Apache Software Foundation" must not be used to * endorse or promote products derived from this software without prior * written permission. For written permission, please contact * apache@apache.org. - * + * * 5. Products derived from this software may not be called "Apache", nor may * "Apache" appear in their name, without prior written permission of the * Apache Software Foundation. - * + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE @@ -42,12 +42,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ============================================================================ - * + * * This software consists of voluntary contributions made by many individuals * on behalf of the Apache Software Foundation and was originally created by * James Tauber . For more information on the Apache * Software Foundation, please see . - */ + */ package org.apache.fop.fonts.truetype; import java.io.IOException; @@ -129,7 +129,7 @@ public class TTFFile extends AbstractLogEnabled { private int ansiWidth[]; private Map ansiIndex; - + private TTFDirTabEntry currentDirTab; /** @@ -745,8 +745,8 @@ public class TTFFile extends AbstractLogEnabled { /** * Read the "hhea" table to find the ascender and descender and - * size of "hmtx" table, i.e. a fixed size font might have only - * one width + * size of "hmtx" table, as a fixed size font might have only + * one width. * @param in FontFileReader to read the hhea table from * @throws IOException in case of an I/O problem */ @@ -841,12 +841,12 @@ public class TTFFile extends AbstractLogEnabled { case 0x00020000: getLogger().debug("PostScript format 2"); int numGlyphStrings = 0; - + // Read Number of Glyphs - int l = in.readTTFUShort(); - + int l = in.readTTFUShort(); + // Read indexes - for (int i = 0; i < l; i++) { + for (int i = 0; i < l; i++) { mtxTab[i].setIndex(in.readTTFUShort()); if (mtxTab[i].getIndex() > 257) { @@ -858,7 +858,7 @@ public class TTFFile extends AbstractLogEnabled { getLogger().debug("PostScript index: " + mtxTab[i].getIndexAsString()); } } - + // firstChar=minIndex; String[] psGlyphsBuffer = new String[numGlyphStrings]; if (getLogger().isDebugEnabled()) { diff --git a/src/java/org/apache/fop/image/XMLImage.java b/src/java/org/apache/fop/image/XMLImage.java index 8f655bb23..a1a7b8b92 100644 --- a/src/java/org/apache/fop/image/XMLImage.java +++ b/src/java/org/apache/fop/image/XMLImage.java @@ -3,34 +3,34 @@ * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ - * + * * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: - * + * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. - * + * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. - * + * * 3. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: "This product includes software * developed by the Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. - * + * * 4. The names "FOP" and "Apache Software Foundation" must not be used to * endorse or promote products derived from this software without prior * written permission. For written permission, please contact * apache@apache.org. - * + * * 5. Products derived from this software may not be called "Apache", nor may * "Apache" appear in their name, without prior written permission of the * Apache Software Foundation. - * + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE @@ -42,12 +42,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ============================================================================ - * + * * This software consists of voluntary contributions made by many individuals * on behalf of the Apache Software Foundation and was originally created by * James Tauber . For more information on the Apache * Software Foundation, please see . - */ + */ package org.apache.fop.image; // Java @@ -58,17 +58,17 @@ import org.apache.fop.apps.Driver; /** * This is an implementation for XML-based images such as SVG. - * + * * @see AbstractFopImage * @see FopImage */ public class XMLImage extends AbstractFopImage { - + private Document doc; private String namespace = ""; /** - * @see org.apache.fop.image.AbstractFopImage#AbstractFopImage(ImageInfo) + * @see org.apache.fop.image.AbstractFopImage#AbstractFopImage(FopImage.ImageInfo) */ public XMLImage(FopImage.ImageInfo imgInfo) { super(imgInfo); diff --git a/src/java/org/apache/fop/layout/hyphenation/TernaryTree.java b/src/java/org/apache/fop/layout/hyphenation/TernaryTree.java index 28d91071c..1670ee290 100644 --- a/src/java/org/apache/fop/layout/hyphenation/TernaryTree.java +++ b/src/java/org/apache/fop/layout/hyphenation/TernaryTree.java @@ -3,34 +3,34 @@ * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ - * + * * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: - * + * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. - * + * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. - * + * * 3. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: "This product includes software * developed by the Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. - * + * * 4. The names "FOP" and "Apache Software Foundation" must not be used to * endorse or promote products derived from this software without prior * written permission. For written permission, please contact * apache@apache.org. - * + * * 5. Products derived from this software may not be called "Apache", nor may * "Apache" appear in their name, without prior written permission of the * Apache Software Foundation. - * + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE @@ -42,12 +42,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ============================================================================ - * + * * This software consists of voluntary contributions made by many individuals * on behalf of the Apache Software Foundation and was originally created by * James Tauber . For more information on the Apache * Software Foundation, please see . - */ + */ package org.apache.fop.layout.hyphenation; import java.util.Enumeration; @@ -55,7 +55,7 @@ import java.util.Stack; import java.io.Serializable; /** - *

Ternary Search Tree

+ *

Ternary Search Tree.

* *

A ternary search tree is a hibrid between a binary tree and * a digital search tree (trie). Keys are limited to strings. diff --git a/src/java/org/apache/fop/pdf/PDFDocument.java b/src/java/org/apache/fop/pdf/PDFDocument.java index 54f2b420b..7047b7813 100644 --- a/src/java/org/apache/fop/pdf/PDFDocument.java +++ b/src/java/org/apache/fop/pdf/PDFDocument.java @@ -3,34 +3,34 @@ * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ - * + * * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: - * + * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. - * + * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. - * + * * 3. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: "This product includes software * developed by the Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. - * + * * 4. The names "FOP" and "Apache Software Foundation" must not be used to * endorse or promote products derived from this software without prior * written permission. For written permission, please contact * apache@apache.org. - * + * * 5. Products derived from this software may not be called "Apache", nor may * "Apache" appear in their name, without prior written permission of the * Apache Software Foundation. - * + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE @@ -42,12 +42,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ============================================================================ - * + * * This software consists of voluntary contributions made by many individuals * on behalf of the Apache Software Foundation and was originally created by * James Tauber . For more information on the Apache * Software Foundation, please see . - */ + */ package org.apache.fop.pdf; // Java @@ -88,7 +88,7 @@ import org.apache.avalon.framework.logger.Logger; * */ public class PDFDocument implements LogEnabled { - + private static final Integer LOCATION_PLACEHOLDER = new Integer(0); /** * the version of PDF supported which is 1.4 @@ -234,11 +234,11 @@ public class PDFDocument implements LogEnabled { private PDFFactory factory; - + private boolean encodingOnTheFly = true; /** - * creates an empty PDF document

+ * Creates an empty PDF document. * * The constructor creates a /Root and /Pages object to * track the document but does not write these objects until @@ -293,7 +293,7 @@ public class PDFDocument implements LogEnabled { /** * Helper method to allow sub-classes to aquire logger. - * + * *

There is no performance penalty as this is a final method * and will be inlined by the JVM.

* @return the Logger @@ -312,7 +312,7 @@ public class PDFDocument implements LogEnabled { return text.getBytes(ENCODING); } catch (UnsupportedEncodingException uee) { return text.getBytes(); - } + } } /** @@ -378,7 +378,7 @@ public class PDFDocument implements LogEnabled { } /** - * Registers a PDFObject in this PDF document. The PDF is assigned a new + * Registers a PDFObject in this PDF document. The PDF is assigned a new * object number. * @param obj PDFObject to add * @return PDFObject the PDFObject added (its object number set) @@ -390,7 +390,7 @@ public class PDFDocument implements LogEnabled { } /** - * Assigns the PDFObject a object number and sets the parent of the + * Assigns the PDFObject a object number and sets the parent of the * PDFObject to this PDFDocument. * @param obj PDFObject to assign a number to */ @@ -407,7 +407,7 @@ public class PDFDocument implements LogEnabled { throw new IllegalStateException("Error registering a PDFObject: " + "PDFObject already has a parent PDFDocument"); } - + obj.setObjectNumber(++this.objectcount); if (currentParent == null) { @@ -431,9 +431,9 @@ public class PDFDocument implements LogEnabled { //Add object to list this.objects.add(obj); - + //System.out.println("Registering: "+obj); - + //Add object to special lists where necessary if (obj instanceof PDFFunction) { this.functions.add(obj); @@ -460,7 +460,7 @@ public class PDFDocument implements LogEnabled { } if (obj instanceof PDFLink) { this.links.add(obj); - } + } if (obj instanceof PDFFileSpec) { this.filespecs.add(obj); } @@ -478,10 +478,10 @@ public class PDFDocument implements LogEnabled { */ public void addTrailerObject(PDFObject obj) { this.trailerObjects.add(obj); - + if (obj instanceof PDFGoTo) { this.gotos.add(obj); - } + } } /** @@ -509,8 +509,8 @@ public class PDFDocument implements LogEnabled { + "generated without encryption."); } } - - + + /** * Indicates whether encryption is active for this PDF or not. * @return boolean True if encryption is active @@ -518,7 +518,7 @@ public class PDFDocument implements LogEnabled { public boolean isEncryptionActive() { return this.encryption != null; } - + /** * Returns the active Encryption object. * @return the Encryption object @@ -613,7 +613,7 @@ public class PDFDocument implements LogEnabled { protected PDFGoTo findGoTo(PDFGoTo compare) { return (PDFGoTo)findPDFObject(gotos, compare); } - + /** * Looks for an existing GState to use * @param wanted requested features @@ -680,7 +680,7 @@ public class PDFDocument implements LogEnabled { * @throws java.io.FileNotFoundException if the URI could not be resolved * @return the InputStream from the URI. */ - protected InputStream resolveURI(String uri) + protected InputStream resolveURI(String uri) throws java.io.FileNotFoundException { try { /**@todo Temporary hack to compile, improve later */ @@ -738,12 +738,12 @@ public class PDFDocument implements LogEnabled { return xObject; } - /** + /** * Add a form XObject to the PDF document. * This adds a Form XObject to the PDF objects. * If a Form XObject with the same key already exists it will return the * old PDFFormXObject. - * + * * @param res the PDF resource context to add to, may be null * @param cont the PDF Stream contents of the Form XObject * @param formres the PDF Resources for the Form XObject data @@ -833,7 +833,7 @@ public class PDFDocument implements LogEnabled { } /** - * write the PDF header

+ * Write the PDF header. * * This method must be called prior to formatting * and outputting AreaTrees. @@ -886,8 +886,8 @@ public class PDFDocument implements LogEnabled { /* construct the trailer */ String pdf = "trailer\n" + "<<\n" + "/Size " + (this.objectcount + 1) + "\n" - + "/Root " + this.root.referencePDF() + "\n" - + "/Info " + this.info.referencePDF() + "\n" + + "/Root " + this.root.referencePDF() + "\n" + + "/Info " + this.info.referencePDF() + "\n" + encryptEntry + ">>\n" + "startxref\n" + this.xref + "\n" + "%%EOF\n"; diff --git a/src/java/org/apache/fop/pdf/package.html b/src/java/org/apache/fop/pdf/package.html index 1fd09411d..e86318adc 100644 --- a/src/java/org/apache/fop/pdf/package.html +++ b/src/java/org/apache/fop/pdf/package.html @@ -1,7 +1,7 @@ org.apache.fop.pdf Package -

Classes for handling the low-level creation of PDF documents

+

Classes for handling the low-level creation of PDF documents.

These classes were developed for FOP, but could be used by other applications wishing to produce PDF.

diff --git a/src/java/org/apache/fop/render/AbstractRenderer.java b/src/java/org/apache/fop/render/AbstractRenderer.java index 65cab8d6b..871bd62aa 100644 --- a/src/java/org/apache/fop/render/AbstractRenderer.java +++ b/src/java/org/apache/fop/render/AbstractRenderer.java @@ -3,34 +3,34 @@ * ============================================================================ * The Apache Software License, Version 1.1 * ============================================================================ - * + * * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: - * + * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. - * + * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. - * + * * 3. The end-user documentation included with the redistribution, if any, must * include the following acknowledgment: "This product includes software * developed by the Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, if * and wherever such third-party acknowledgments normally appear. - * + * * 4. The names "FOP" and "Apache Software Foundation" must not be used to * endorse or promote products derived from this software without prior * written permission. For written permission, please contact * apache@apache.org. - * + * * 5. Products derived from this software may not be called "Apache", nor may * "Apache" appear in their name, without prior written permission of the * Apache Software Foundation. - * + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE @@ -42,12 +42,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ============================================================================ - * + * * This software consists of voluntary contributions made by many individuals * on behalf of the Apache Software Foundation and was originally created by * James Tauber . For more information on the Apache * Software Foundation, please see . - */ + */ package org.apache.fop.render; // Java @@ -176,7 +176,7 @@ public abstract class AbstractRenderer extends AbstractLogEnabled } /** - * @param ext @todo Description of the Parameter + * @param ext Description of the Parameter * @see org.apache.fop.render.Renderer */ public void renderExtension(TreeExt ext) { } @@ -293,7 +293,7 @@ public abstract class AbstractRenderer extends AbstractLogEnabled } /** - * @todo Description of the Method + * Description of the Method * * @param ctm The coordinate transformation matrix to use */ @@ -311,7 +311,7 @@ public abstract class AbstractRenderer extends AbstractLogEnabled } /** - * @todo Description of the Method + * Description of the Method */ protected void endVParea() { } @@ -550,7 +550,7 @@ public abstract class AbstractRenderer extends AbstractLogEnabled * * @param image The image * @param pos The target position of the image - * @todo Make renderImage() protected + * Make renderImage() protected */ public void renderImage(Image image, Rectangle2D pos) { // Default: do nothing. @@ -576,7 +576,7 @@ public abstract class AbstractRenderer extends AbstractLogEnabled * * @param fo The foreign object area * @param pos The target position of the foreign object - * @todo Make renderForeignObject() protected + * Make renderForeignObject() protected */ public void renderForeignObject(ForeignObject fo, Rectangle2D pos) { // Default: do nothing. diff --git a/src/java/org/apache/fop/render/package.html b/src/java/org/apache/fop/render/package.html index 25daa021e..22671f054 100644 --- a/src/java/org/apache/fop/render/package.html +++ b/src/java/org/apache/fop/render/package.html @@ -1,6 +1,6 @@ org.apache.fop.render Package -

generic renderer interface

+

Generic renderer interface.

\ No newline at end of file diff --git a/src/java/org/apache/fop/render/pdf/package.html b/src/java/org/apache/fop/render/pdf/package.html index 1bcf2644f..b7ab755ae 100644 --- a/src/java/org/apache/fop/render/pdf/package.html +++ b/src/java/org/apache/fop/render/pdf/package.html @@ -1,6 +1,6 @@ org.apache.fop.render.pdf Package -

classes for rendering to PDF

+

Classes for rendering to PDF.

\ No newline at end of file diff --git a/src/java/org/apache/fop/render/xml/package.html b/src/java/org/apache/fop/render/xml/package.html index ecabe3547..a25cabaa8 100644 --- a/src/java/org/apache/fop/render/xml/package.html +++ b/src/java/org/apache/fop/render/xml/package.html @@ -1,6 +1,6 @@ org.apache.fop.render.xml Package -

classes for rendering to XML for debugging

+

Classes for rendering to XML for debugging.

\ No newline at end of file -- 2.39.5