From bf1401875c3aa097c5670de1da524b7a1318926f Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Sat, 23 Jun 2012 18:45:21 +0000 Subject: Eliminate javadocs warnings. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353173 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fonts/truetype/TTFFile.java | 2 +- src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java | 2 +- status.xml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/fop/fonts/truetype/TTFFile.java b/src/java/org/apache/fop/fonts/truetype/TTFFile.java index a1d012aa3..bc979f277 100644 --- a/src/java/org/apache/fop/fonts/truetype/TTFFile.java +++ b/src/java/org/apache/fop/fonts/truetype/TTFFile.java @@ -343,7 +343,7 @@ public class TTFFile { * Position inputstream to position indicated * in the dirtab offset + offset * @param in font file reader - * @param name (tag) of table + * @param tableName (tag) of table * @param offset from start of table * @return true if seek succeeded * @throws IOException if I/O exception occurs during seek diff --git a/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java b/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java index 31035dc31..556b62457 100644 --- a/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java +++ b/src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java @@ -79,7 +79,7 @@ public class PSTTFGenerator { * @param byteArray byte[] a byte array * @param offset the position in the byte array where the streaming must start * @param length the number of bytes to stream. This MUST be less than - * {@link MAX_BUFFER_SIZE} - 1 since strings are suffixed by '00' (see Section 4.2 of + * {@link #MAX_BUFFER_SIZE} - 1 since strings are suffixed by '00' (see Section 4.2 of * Adobe Technical Note #5012, The Type 42 Font Format Specification.). */ public void streamBytes(byte[] byteArray, int offset, int length) throws IOException { diff --git a/status.xml b/status.xml index 7095904a1..4046f9ec3 100644 --- a/status.xml +++ b/status.xml @@ -63,6 +63,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> + + Eliminate javadocs warnings. + Added possibility to embed TrueType fonts in PostScript. -- cgit v1.2.3