From 7c7b663c8a99f8d99f015034021c8dd1b318cae3 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Sun, 27 Apr 2003 18:19:49 +0000 Subject: [PATCH] Enhancements for javadocs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196354 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 48 +++++++++++++++++++++++++-- src/java/org/apache/fop/overview.html | 7 ++-- 2 files changed, 50 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 8397f15fb..c1232c09c 100644 --- a/build.xml +++ b/build.xml @@ -130,6 +130,7 @@ list of possible build targets. + @@ -576,15 +577,58 @@ list of possible build targets. classpathref="libs-build-classpath" author="true" version="true" - windowtitle="${Name} API" - doctitle="${Name}" + windowtitle="${NAME} API" + doctitle="Formatting Objects Processor (FOP)" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved." overview="${src.dir}/java/org/apache/fop/overview.html" + use="true" failonerror="true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/java/org/apache/fop/overview.html b/src/java/org/apache/fop/overview.html index af1f3c055..5e22c3235 100644 --- a/src/java/org/apache/fop/overview.html +++ b/src/java/org/apache/fop/overview.html @@ -1,9 +1,10 @@ FOP Overview -

FOP is an XSL formatter and renderer that works with an XSLT transformer to -produce PDF (and eventually other output formats) from XML documents.

+

FOP formats and renders XSL-FO input into a variety of output formats, +including PDF and PostScript.

-

To get an overview of the FOP process, begin with the class org.apache.fop.apps.Driver.

+

To more information, including general documentation, go to the FOP Home Page.

\ No newline at end of file -- 2.39.5