diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2010-08-25 15:43:55 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2010-08-25 15:43:55 +0000 |
commit | 26393f0e181ca1c71c83e594fa67cc7c26b49df3 (patch) | |
tree | 6cd752956d970f04c9f0ff8892c820014423a1e5 /src/documentation/content | |
parent | b35843cb0d2d655a20929b96737ee736924afe5e (diff) | |
download | xmlgraphics-fop-26393f0e181ca1c71c83e594fa67cc7c26b49df3.tar.gz xmlgraphics-fop-26393f0e181ca1c71c83e594fa67cc7c26b49df3.zip |
Removed old Renderer implementations for AFP, PCL, PDF, PS.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@989178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/trunk/configuration.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index 0f4100bf7..aae7de7f0 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -151,6 +151,7 @@ default-page-settings element to specify the two values.</td> <td>"height" 11 inches, "width" 8.26 inches</td> </tr> + <!-- Disabled: no simultaneous Renderer and IF implementations at the moment <tr> <td>prefer-renderer</td> <td>boolean (true, false)</td> @@ -163,6 +164,7 @@ </td> <td>false</td> </tr> + --> <tr> <td>use-cache</td> <td>boolean (true, false)</td> |