]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Comments fixed.
authorGlen Mazza <gmazza@apache.org>
Sat, 20 Mar 2004 17:50:22 +0000 (17:50 +0000)
committerGlen Mazza <gmazza@apache.org>
Sat, 20 Mar 2004 17:50:22 +0000 (17:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197464 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/tools/anttasks/Fop.java

index 63afd19dc0751a1e02be0bcde085e36d77e3b2b7..caeacbde8c1cf0163768baa38ba14b98c29941d2 100644 (file)
@@ -126,7 +126,7 @@ public class Fop extends Task {
     }
 
     /**
-     * Set whether to include files (external-grpahics, instream-foreign-object)
+     * Set whether to include files (external-graphics, instream-foreign-object)
      * from a path relative to the .fo file (true) or the working directory (false, default)
      * only useful for filesets
      *
@@ -243,7 +243,7 @@ public class Fop extends Task {
     }
 
     /**
-     * Sets the base directory; currently ignored.
+     * Sets the base directory for single FO file (non-fileset) usage
      * @param baseDir File to use as a working directory
      */
     public void setBasedir(File baseDir) {