]> source.dussan.org Git - poi.git/commitdiff
- Ironed out a whole bunch of Javadoc issues. Not that the documentation is any bette...
authorRainer Klute <klute@apache.org>
Sun, 2 Jan 2005 01:00:53 +0000 (01:00 +0000)
committerRainer Klute <klute@apache.org>
Sun, 2 Jan 2005 01:00:53 +0000 (01:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353622 13f79535-47bb-0310-9956-ffa450edef68

39 files changed:
src/java/org/apache/poi/hssf/dev/package.html
src/java/org/apache/poi/hssf/eventusermodel/AbortableHSSFListener.java
src/java/org/apache/poi/hssf/eventusermodel/HSSFEventFactory.java
src/java/org/apache/poi/hssf/eventusermodel/HSSFListener.java
src/java/org/apache/poi/hssf/eventusermodel/HSSFRequest.java
src/java/org/apache/poi/hssf/model/Sheet.java
src/java/org/apache/poi/hssf/record/BOFRecord.java
src/java/org/apache/poi/hssf/record/BookBoolRecord.java
src/java/org/apache/poi/hssf/record/BoundSheetRecord.java
src/java/org/apache/poi/hssf/record/CodepageRecord.java
src/java/org/apache/poi/hssf/record/ExtendedFormatRecord.java
src/java/org/apache/poi/hssf/record/PageBreakRecord.java
src/java/org/apache/poi/hssf/record/PaletteRecord.java
src/java/org/apache/poi/hssf/record/formula/Area3DPtg.java
src/java/org/apache/poi/hssf/record/formula/AreaPtg.java
src/java/org/apache/poi/hssf/record/formula/GreaterThanPtg.java
src/java/org/apache/poi/hssf/record/formula/LessThanPtg.java
src/java/org/apache/poi/hssf/record/formula/Ptg.java
src/java/org/apache/poi/hssf/usermodel/EscherGraphics.java
src/java/org/apache/poi/hssf/usermodel/HSSFFont.java
src/java/org/apache/poi/hssf/usermodel/HSSFFooter.java
src/java/org/apache/poi/hssf/usermodel/HSSFName.java
src/java/org/apache/poi/hssf/usermodel/HSSFRow.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/hssf/usermodel/package.html
src/java/org/apache/poi/hssf/util/Region.java
src/java/org/apache/poi/hssf/util/package.html
src/java/org/apache/poi/poifs/common/package.html
src/java/org/apache/poi/poifs/dev/package.html
src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java
src/java/org/apache/poi/poifs/storage/package.html
src/java/org/apache/poi/util/package.html
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/CHPFormattedDiskPage.java
src/scratchpad/src/org/apache/poi/hwpf/model/FIBLongHandler.java
src/scratchpad/src/org/apache/poi/hwpf/model/PAPFormattedDiskPage.java
src/scratchpad/src/org/apache/poi/hwpf/model/PropertyNode.java
src/scratchpad/src/org/apache/poi/hwpf/model/StyleSheet.java

index 2468134d7fcde7fc8b34e636a0d420dd94302869..5a5613dab3d451c3c514ae5a465feea1396081da 100755 (executable)
@@ -15,7 +15,5 @@ For overviews, tutorials, examples, guides, and tool documentation, please see:
 <li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
 </ul>
 
-<!-- Put @see and @since tags down here. -->
-@see org.apache.poi.hssf
 </body>
 </html>
index 333ade0bda7cb699d243b210e63862a2cc352e68..8fe00d4d239a00ca24efe35e076fd622ee5b44a7 100644 (file)
@@ -25,9 +25,9 @@ import org.apache.poi.hssf.eventusermodel.HSSFUserException;
  * a listener supporting this interface and register it with the HSSFRequest (associating
  * it with Record SID's).
  *
- * @see org.apache.poi.hssf.eventmodel.HSSFEventFactory
- * @see org.apache.poi.hssf.eventmodel.HSSFRequest
- * @see org.apache.poi.hssf.HSSFUserException
+ * @see org.apache.poi.hssf.eventusermodel.HSSFEventFactory
+ * @see org.apache.poi.hssf.eventusermodel.HSSFRequest
+ * @see org.apache.poi.hssf.eventusermodel.HSSFUserException
  *
  * @author Carey Sublette (careysub@earthling.net)
  *
index 39dde4b7f4bf99939be7f3c03de7e21de2600e05..a01a4f81095ab8583986646ec3db00289a65f7fd 100644 (file)
@@ -126,7 +126,6 @@ public class HSSFEventFactory
         * @see org.apache.poi.poifs.filesystem.POIFSFileSystem#createDocumentInputStream(String)
         * @param req       an Instance of HSSFRequest which has your registered listeners
         * @param in        a DocumentInputStream obtained from POIFS's POIFSFileSystem object
-        * @param in        a DocumentInputStream obtained from POIFS's POIFSFileSystem object
         * @return                      numeric user-specified result code.
         */
 
index 2123a11163ca2636f43ba6e2f3c2e8ed2437e1ad..44239619f3c5113e957d5adc01030e18bdc3b217 100644 (file)
@@ -24,8 +24,8 @@ import org.apache.poi.hssf.record.Record;
  * a listener supporting this interface and register it with the HSSFRequest (associating
  * it with Record SID's).
  *
- * @see org.apache.poi.hssf.eventmodel.HSSFEventFactory
- * @see org.apache.poi.hssf.eventmodel.HSSFRequest
+ * @see org.apache.poi.hssf.eventusermodel.HSSFEventFactory
+ * @see org.apache.poi.hssf.eventusermodel.HSSFRequest
  * @author  acoliver@apache.org
  */
 
index 63b2c281895acc7dbe8e4d697b5040488a3688f5..7625a56ae2eeb5285f268db682444b51a52b414b 100644 (file)
@@ -29,10 +29,10 @@ import org.apache.poi.hssf.record.RecordFactory;
  * An HSSFRequest object should be constructed registering an instance or multiple
  * instances of HSSFListener with each Record.sid you wish to listen for.
  *
- * @see org.apache.poi.hssf.eventmodel.HSSFEventFactory
- * @see org.apache.poi.hssf.eventmodel.HSSFListener
+ * @see org.apache.poi.hssf.eventusermodel.HSSFEventFactory
+ * @see org.apache.poi.hssf.eventusermodel.HSSFListener
  * @see org.apache.poi.hssf.dev.EFHSSF
- * @see org.apache.poi.hssf.HSSFUserException
+ * @see org.apache.poi.hssf.eventusermodel.HSSFUserException
  * @author  Andrew C. Oliver (acoliver at apache dot org)
  * @author Carey Sublette (careysub@earthling.net)
  */
index 540b25f56d5768c08fcc1aa7bc0fc904689ed0ae..99b26fe191070b85c25e6271e33c9dd4a193f0aa 100644 (file)
@@ -24,7 +24,6 @@ import org.apache.poi.hssf.record.aggregates.RowRecordsAggregate;
 import org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate;
 import org.apache.poi.hssf.record.aggregates.ColumnInfoRecordsAggregate;
 import org.apache.poi.hssf.record.formula.Ptg;
-import org.apache.poi.util.IntList;
 import org.apache.poi.util.POILogFactory;
 import org.apache.poi.util.POILogger;
 
@@ -2588,7 +2587,7 @@ public class Sheet implements Model
     
     /**
      * Returns all the row page breaks
-     * @return
+     * @return all the row page breaks
      */
     public Iterator getRowBreaks() {
        return rowBreaks.getBreaksIterator();
@@ -2596,7 +2595,7 @@ public class Sheet implements Model
     
     /**
      * Returns the number of row page breaks
-     * @return
+     * @return the number of row page breaks
      */
     public int getNumRowBreaks(){
        return (int)rowBreaks.getNumBreaks();
@@ -2604,7 +2603,7 @@ public class Sheet implements Model
     
     /**
      * Returns all the column page breaks
-     * @return
+     * @return all the column page breaks
      */
     public Iterator getColumnBreaks(){
        return colBreaks.getBreaksIterator();
@@ -2612,7 +2611,7 @@ public class Sheet implements Model
     
     /**
      * Returns the number of column page breaks
-     * @return
+     * @return the number of column page breaks
      */
     public int getNumColumnBreaks(){
        return (int)colBreaks.getNumBreaks();
index ca925bf25573f6be5639884d31b78c7960e4ebe1..2f636b2ac4842b257b6f3c910c0a788be0ff0cd6 100644 (file)
@@ -137,7 +137,7 @@ public class BOFRecord
     /**
      * Version number - for BIFF8 should be 0x06
      * @see #VERSION
-     * @param short version to be set
+     * @param version version to be set
      */
 
     public void setVersion(short version)
@@ -153,7 +153,7 @@ public class BOFRecord
      * @see #TYPE_CHART
      * @see #TYPE_EXCEL_4_MACRO
      * @see #TYPE_WORKSPACE_FILE
-     * @param short type to be set
+     * @param type type to be set
      */
 
     public void setType(short type)
@@ -164,7 +164,7 @@ public class BOFRecord
     /**
      * build that wrote this file
      * @see #BUILD
-     * @param short build number to set
+     * @param build build number to set
      */
 
     public void setBuild(short build)
@@ -175,7 +175,7 @@ public class BOFRecord
     /**
      * Year of the build that wrote this file
      * @see #BUILD_YEAR
-     * @param short build year to set
+     * @param year build year to set
      */
 
     public void setBuildYear(short year)
@@ -186,7 +186,7 @@ public class BOFRecord
     /**
      * set the history bit mask (not very useful)
      * @see #HISTORY_MASK
-     * @param int bitmask to set for the history
+     * @param bitmask bitmask to set for the history
      */
 
     public void setHistoryBitMask(int bitmask)
@@ -198,7 +198,7 @@ public class BOFRecord
      * set the minimum version required to read this file
      *
      * @see #VERSION
-     * @param int version to set
+     * @param version version to set
      */
 
     public void setRequiredVersion(int version)
index 5489beaa69c526a1c08bbd6752dde3b5bef0b639..9162ce39a813c4cc111a143a455b2dfb73b6673d 100644 (file)
@@ -82,7 +82,7 @@ public class BookBoolRecord
     /**
      * set the save ext links flag
      *
-     * @param short flag (0/1 -off/on)
+     * @param flag flag (0/1 -off/on)
      */
 
     public void setSaveLinkValues(short flag)
index 50d770323f58c4f318f38ad812de33894e80f1ee..72aa8dd04e118b2340b4a407c7b88dfae4c085f9 100644 (file)
@@ -158,7 +158,7 @@ public class BoundSheetRecord
     /**
      * Set the sheetname for this sheet.  (this appears in the tabs at the bottom)
      * @param sheetname the name of the sheet
-     * @thows IllegalArgumentException if sheet name will cause excel to crash. 
+     * @throws IllegalArgumentException if sheet name will cause excel to crash. 
      */
 
     public void setSheetname( String sheetname )
index 34d362f5b7453efd33ae902485dcd9653299d94d..04144dbf77196ac1cb126de2bf243af245a62a98 100644 (file)
@@ -65,7 +65,7 @@ public class CodepageRecord
      * @param id     id must be 0x42 or an exception will be throw upon validation
      * @param size  the size of the data area of the record
      * @param data  data of the record (should not contain sid/len)
-     * @param int offset of the record
+     * @param offset offset of the record
      */
 
     public CodepageRecord(short id, short size, byte [] data, int offset)
@@ -90,7 +90,7 @@ public class CodepageRecord
      * set the codepage for this workbook
      *
      * @see #CODEPAGE
-     * @param codepage - the codepage to set
+     * @param cp the codepage to set
      */
 
     public void setCodepage(short cp)
index d1cc908543c1d56e9a3e038b541695c117514786..09ea6e9abaa42e075badb979b9e8572a2c719b7b 100644 (file)
@@ -601,11 +601,11 @@ public class ExtendedFormatRecord
     }
 
     /**
-     * set whether or not to use the pattern in this XF instead of the parent XF.
-     * (foregrount/background)
-     *
-     * @param pattern- true if this XF has a different pattern value than its parent,
-     *                 false otherwise.
+     * <p>Sets whether or not to use the pattern in this XF instead of the
+     * parent XF (foreground/background).</p>
+     * 
+     * @param pattern <code>true</code> if this XF has a different pattern
+     *        value than its parent,</code> false</code> otherwise.
      * @see #setIndentionOptions(short)
      */
 
@@ -620,7 +620,7 @@ public class ExtendedFormatRecord
      * set whether or not to use the locking/hidden in this XF instead of the parent XF.
      *
      *
-     * @param options- true if this XF has a different locking or hidden value than its parent,
+     * @param options true if this XF has a different locking or hidden value than its parent,
      *                 false otherwise.
      * @see #setIndentionOptions(short)
      */
index df80309d5874aa6af21ef27542411d0c5bdb829b..560ee002528cca3e3f69935c04ff699f62663b17 100644 (file)
@@ -27,13 +27,15 @@ import java.util.Map;
 import org.apache.poi.util.LittleEndian;
 
 /**
- * Record that contains the functionality page breaks (horizontal and vertical)
- * <p>
- * The other two classes just specifically set the SIDS for record creation
+ * <p>Record that contains the functionality page breaks (horizontal and vertical)</p>
+ * 
+ * <p>The other two classes just specifically set the SIDS for record creation.</p>
+ * 
+ * <p>REFERENCE:  Microsoft Excel SDK page 322 and 420</p>
+ * 
  * @see HorizontalPageBreakRecord
- * @see VerticalPageBreakREcord
+ * @see VerticalPageBreakRecord
  * 
- * REFERENCE:  Microsoft Excel SDK page 322 and 420
  * @author Danny Mui (dmui at apache dot org)
  */
 public class PageBreakRecord extends Record {
@@ -242,8 +244,8 @@ public class PageBreakRecord extends Record {
 
     /**
      * Retrieves the region at the row/column indicated
-     * @param main
-     * @return
+     * @param main FIXME: Document this!
+     * @return FIXME: Document this!
      */
     public Break getBreak(short main)
     {
index 6d646359f35db33c85c1b4724856e86ab644bc20..89b02dc955334728b974828f904402ad5054152c 100644 (file)
@@ -168,7 +168,7 @@ public class PaletteRecord
      * If the given index is greater than the current last color index,
      * then black is inserted at every index required to make the palette continuous.
      *
-     * @param i the index to set; if this index is less than 0x8 or greater than
+     * @param byteIndex the index to set; if this index is less than 0x8 or greater than
      * 0x40, then no modification is made
      */
     public void setColor(short byteIndex, byte red, byte green, byte blue)
index c618305ea818cf99a6fd6e5d3eecc87a2ce76a7a..94fa3c7161bbd1c58c6317d0e6cf179b76292efb 100644 (file)
@@ -198,7 +198,7 @@ public class Area3DPtg extends Ptg
 
        /**
         * sets the first row to relative or not
-        * @param isRelative or not.
+        * @param rel FIXME: Document this!
         */
        public void setFirstRowRelative( boolean rel )
        {
@@ -215,7 +215,7 @@ public class Area3DPtg extends Ptg
 
        /**
         * set whether the last row is relative or not
-        * @param last row relative
+        * @param rel FIXME: Document this!
         */
        public void setLastRowRelative( boolean rel )
        {
index 7fe37472f0dbdb78c36c658fbecad55b53973c5b..4d8f9bcda11c74d21a1a94ae7de391e4e255d53c 100644 (file)
@@ -128,7 +128,7 @@ public class AreaPtg
     }
 
     /**
-     * @param last row number in the area 
+     * @param row last row number in the area 
      */
     public void setLastRow(short row)
     {
@@ -224,7 +224,8 @@ public class AreaPtg
     
     /**
      * set whether the last row is relative or not
-     * @param last row relative
+     * @param rel <code>true</code> if the last row relative, else
+     * <code>false</code>
      */
     public void setLastRowRelative(boolean rel) {
         field_4_last_column=rowRelative.setShortBoolean(field_4_last_column,rel);
index 6ab6607253b4906c1c59a30f3e7b899776ef4869..5e42957fd95c333af496707c9585567ecfbdfa92 100644 (file)
@@ -94,7 +94,7 @@ public class GreaterThanPtg
     
     /** 
      * Implementation of method from Ptg 
-     * @param refs the Sheet References
+     * @param book the Sheet References
      */
     public String toFormulaString(Workbook book)
     {
index 8cdc8eeef1eb4c8506101e9c952551e2bbf84404..709aac907fb8cb629360204929a27f25bca44c71 100644 (file)
@@ -103,7 +103,7 @@ public class LessThanPtg
     
     /** 
      * Implementation of method from Ptg 
-     * @param refs the Sheet References
+     * @param book the Sheet References
      */
     public String toFormulaString(Workbook book)
     {
index a4d83f9d6e311b66471f559aa3997ad667ed4e65..73355128f01765b69dda7252a95ca7e725aa5d73 100644 (file)
@@ -32,7 +32,7 @@ public abstract class Ptg
 {
 
         
-    /** convert infix order ptg list to rpn order ptg list
+    /* convert infix order ptg list to rpn order ptg list
      * @return List ptgs in RPN order
      * @param infixPtgs List of ptgs in infix order
      */
index 4ddac6a6ad46bfb12b6b54185eeb91ca8d20324a..0bf84d885ca9db45f48f38a02938dd1364b2a39f 100644 (file)
@@ -109,13 +109,13 @@ public class EscherGraphics
         this.verticalPixelsPerPoint = 1 / verticalPointsPerPixel;
     }
 
-    /**
-     * Constructs an escher graphics object.
-     *
-     * @param escherGroup           The escher group to write the graphics calls into.
-     * @param workbook              The workbook we are using.
-     * @param forecolor             The default foreground color.
-     */
+//    /**
+//     * Constructs an escher graphics object.
+//     *
+//     * @param escherGroup           The escher group to write the graphics calls into.
+//     * @param workbook              The workbook we are using.
+//     * @param forecolor             The default foreground color.
+//     */
 //    public EscherGraphics( HSSFShapeGroup escherGroup, HSSFWorkbook workbook, Color forecolor)
 //    {
 //        this(escherGroup, workbook, forecolor, 1.0f);
index f910309a473960a9ad1c21923ac4fe1429bca36d..b760082af08aa93a6e34492508d0ee41c6d84a94 100644 (file)
@@ -162,7 +162,7 @@ public class HSSFFont
     /**
      * set the font height in unit's of 1/20th of a point.  Maybe you might want to
      * use the setFontHeightInPoints which matches to the familiar 10, 12, 14 etc..
-     * @param short - height in 1/20ths of a point
+     * @param height height in 1/20ths of a point
      * @see #setFontHeightInPoints(short)
      */
 
@@ -173,7 +173,7 @@ public class HSSFFont
 
     /**
      * set the font height
-     * @param short - height in the familiar unit of measure - points
+     * @param height height in the familiar unit of measure - points
      * @see #setFontHeight(short)
      */
 
@@ -207,7 +207,7 @@ public class HSSFFont
 
     /**
      * set whether to use italics or not
-     * @param italics or not
+     * @param italic italics or not
      */
 
     public void setItalic(boolean italic)
index 16f65f6db88c1e6f645792c0bafadb172277683d..464513b9cfa6b4a8083408e463942ff2a4b855e0 100644 (file)
@@ -93,7 +93,7 @@ public class HSSFFooter extends Object {
 
   /**
    * Sets the left string.
-   * @newLeft The string to set as the left side.
+   * @param newLeft The string to set as the left side.
    */
   public void setLeft(String newLeft) {
     left = newLeft;
@@ -110,7 +110,7 @@ public class HSSFFooter extends Object {
 
   /**
    * Sets the center string.
-   * @newLeft The string to set as the center.
+   * @param newCenter The string to set as the center.
    */
   public void setCenter(String newCenter) {
     center = newCenter;
@@ -127,7 +127,7 @@ public class HSSFFooter extends Object {
 
   /**
    * Sets the right string.
-   * @newLeft The string to set as the right side.
+   * @param newRight The string to set as the right side.
    */
   public void setRight(String newRight) {
     right = newRight;
index 4f2c9bb6ca2c4ba0a24efcd9561ec3ffc4d493ff..2b4edd8fff2d054782dd6179024fe02e91ada6ec 100644 (file)
@@ -35,8 +35,8 @@ public class HSSFName {
      *
      * @see org.apache.poi.hssf.usermodel.HSSFWorkbook#createName()
      * @param name the Name Record
-     * @param book lowlevel Workbook object associated with the sheet.
-     * @param book the Workbook */
+     * @param book lowlevel Workbook object associated with the sheet.
+     */
     
     protected HSSFName(Workbook book, NameRecord name) {
         this.book = book;
index 4c156e63b0c6cd5dff3e3d537df14868c507aa21..761887a09fbc6672d52117ccea2a379928d704d7 100644 (file)
@@ -78,7 +78,7 @@ public class HSSFRow
      * @param book low-level Workbook object containing the sheet that contains this row
      * @param sheet low-level Sheet object that contains this Row
      * @param rowNum the row number of this row (0 based)
-     * @see org.apache.poi.hssf.usermodel.HSSFSheet#createRow(short)
+     * @see org.apache.poi.hssf.usermodel.HSSFSheet#createRow(int)
      */
 
     //protected HSSFRow(Workbook book, Sheet sheet, short rowNum)
@@ -103,7 +103,7 @@ public class HSSFRow
      * @param book low-level Workbook object containing the sheet that contains this row
      * @param sheet low-level Sheet object that contains this Row
      * @param record the low level api object this row should represent
-     * @see org.apache.poi.hssf.usermodel.HSSFSheet#createRow(short)
+     * @see org.apache.poi.hssf.usermodel.HSSFSheet#createRow(int)
      */
 
     protected HSSFRow(Workbook book, Sheet sheet, RowRecord record)
index 8c3eb00d538e4eb4e475425d37080e16c47712c3..991d79ceb7a3fe48bebce3c7179a405f6ae317fc 100644 (file)
@@ -1115,7 +1115,7 @@ public class HSSFSheet
     
     /**
      * Sets a page break at the indicated row
-     * @param row
+     * @param row FIXME: Document this!
      */
     public void setRowBreak(int row) {
        validateRow(row);
@@ -1124,8 +1124,8 @@ public class HSSFSheet
 
     /**
      * Determines if there is a page break at the indicated row
-     * @param row
-     * @return
+     * @param row FIXME: Document this!
+     * @return FIXME: Document this!
      */
     public boolean isRowBroken(int row) {
        return sheet.isRowBroken(row);
@@ -1141,7 +1141,7 @@ public class HSSFSheet
     
     /**
      * Retrieves all the horizontal page breaks
-     * @return
+     * @return all the horizontal page breaks
      */
     public int[] getRowBreaks(){
        //we can probably cache this information, but this should be a sparsely used function 
@@ -1157,7 +1157,7 @@ public class HSSFSheet
 
     /**
      * Retrieves all the vertical page breaks
-     * @return
+     * @return all the vertical page breaks
      */
     public short[] getColumnBreaks(){
        //we can probably cache this information, but this should be a sparsely used function 
@@ -1183,8 +1183,8 @@ public class HSSFSheet
 
     /**
      * Determines if there is a page break at the indicated column
-     * @param column
-     * @return
+     * @param column FIXME: Document this!
+     * @return FIXME: Document this!
      */
     public boolean isColumnBroken(short column) {
        return sheet.isColumnBroken(column);
index 57226d667ba436c31bc42d8ea05bf180b4a831aa..33e9e7622ea0abf05d62d21a9d395d3158f63b20 100644 (file)
@@ -242,7 +242,6 @@ public class HSSFWorkbook
      * Will throw IllegalArgumentException if the name is greater than 31 chars
      * or contains /\?*[]
      * @param sheet number (0 based)
-     * @param sheet name
      */
     public void setSheetName(int sheet, String name)
     {
@@ -875,7 +874,7 @@ public class HSSFWorkbook
 
        /**
         * For the Convenience of Java Programmers maintaining pointers.
-        * @see setPrintArea(int, String)
+        * @see #setPrintArea(int, String)
         * @param sheetIndex Zero-based sheet index (0 = First Sheet)
         * @param startColumn Column to begin printarea
         * @param endColumn Column to end the printarea
index 36add03e019d929d4b97b479b284da71d109475f..c9bbb1e77bc063994cc523b2e296c519cfcb5a59 100755 (executable)
@@ -14,8 +14,5 @@ For overviews, tutorials, examples, guides, and tool documentation, please see:
 <li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
 </ul>
 
-<!-- Put @see and @since tags down here. -->
-@see org.apache.poi.hssf
-@see org.apache.poi.hssf.eventmodel
 </body>
 </html>
index 7906a2a6f3ae236ab339e3f8313397b566d8c2cd..4df8935f515c8de07cfb6ff56e59a8c34d703477 100644 (file)
@@ -152,7 +152,8 @@ public class Region
     /**
      * Answers: "is the row/column inside this range?"
      *
-     * @returns boolean - true if the cell is in the range and false if it is not
+     * @return <code>true</code> if the cell is in the range and
+     * <code>false</code> if it is not
      */
 
     public boolean contains(int row, short col)
@@ -208,7 +209,7 @@ public class Region
     }
 
     /**
-     * @returns the area contained by this region (number of cells)
+     * @return the area contained by this region (number of cells)
      */
 
     public int getArea()
index 2eb3f97cbba6bf71494d16d569dba1ab548d1340..dd15e4d786b8f2a90fce0eed4cc298b491d8e1b1 100755 (executable)
@@ -15,7 +15,5 @@ For overviews, tutorials, examples, guides, and tool documentation, please see:
 <li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
 </ul>
 
-<!-- Put @see and @since tags down here. -->
-@see org.apache.poi.usermodel
 </body>
 </html>
index 0f78cd59e81ff18150637637775f09e05fdb62b9..77b0f0620c753b307c88c14025eabff21121b296 100755 (executable)
@@ -14,8 +14,5 @@ For overviews, tutorials, examples, guides, and tool documentation, please see:
 <li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
 </ul>
 
-<!-- Put @see and @since tags down here. -->
-@see org.apache.poi.hssf
-@see org.apache.poi.hpsf
 </body>
 </html>
index 4284e2c4e68fac4064f1c4514090d03bd43ac486..f0e48b0e3894fce63e4d43043b5366b59483275d 100755 (executable)
@@ -15,7 +15,5 @@ For overviews, tutorials, examples, guides, and tool documentation, please see:
 <li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
 </ul>
 
-<!-- Put @see and @since tags down here. -->
-@see org.apache.poi.poifs
 </body>
 </html>
index f22f4d330cec02b3d6a6a1ace46966bdb138935d..db8f0fbb22a9be31ea15ff9b23766b3e83143c3e 100644 (file)
@@ -226,7 +226,6 @@ public class POIFSDocumentPath
      * <p>Returns the path's parent or <code>null</code> if this path
      * is the root path.</p>
      *
-     * @author Rainer Klute (klute@rainer-klute.de)
      * @since 2002-01-24
      * @return path of parent, or null if this path is the root path
      */
@@ -250,10 +249,9 @@ public class POIFSDocumentPath
      * <p>Returns a string representation of the path. Components are
      * separated by the platform-specific file separator.</p>
      *
-     * @author Rainer Klute (klute@rainer-klute.de)
-     * @since 2002-01-24
-     *
      * @return string representation
+     *
+     * @since 2002-01-24
      */
 
     public String toString()
index 3aaca0fdef9dcba021d8849b3ac25a50ab5bcab1..ce3e3be3fe1d698a2683e09ce7801f1770209d23 100755 (executable)
@@ -15,8 +15,5 @@ For overviews, tutorials, examples, guides, and tool documentation, please see:
 <li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
 </ul>
 
-<!-- Put @see and @since tags down here. -->
-@see org.apache.poi.poifs
-@see org.apache.poi.poifs.filesystem
 </body>
 </html>
index 92cec45c208dd96826c87003873538e2852d8759..4630bddd682dbacd84eef631d050f8b400045327 100755 (executable)
@@ -15,8 +15,5 @@ For overviews, tutorials, examples, guides, and tool documentation, please see:
 <li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
 </ul>
 
-<!-- Put @see and @since tags down here. -->
-@see org.apache.poi.hssf
-@see org.apache.poi.hpsf
 </body>
 </html>
index 36baa95528cf2c18b5698a7215437a377ea5ba92..b635dbdfb5c35b0f7fa3805c347268d39528bd53 100644 (file)
@@ -207,7 +207,7 @@ public class HWPFDocument
 
   /**
    * Returns the character length of a document.
-   * @return
+   * @return the character length of a document
    */
   public int characterLength()
   {
index 2e645c93c629f8afd7fb1adebd1a1731a0c4a084..c2011a069ae31c0d6c740b0095cca7d86d19591e 100644 (file)
@@ -53,8 +53,6 @@ public class CHPFormattedDiskPage extends FormattedDiskPage
     /**
      * This constructs a CHPFormattedDiskPage from a raw fkp (512 byte array
      * read from a Word file).
-     *
-     * @param fkp The 512 byte array to read data from
      */
     public CHPFormattedDiskPage(byte[] documentStream, int offset, int fcMin)
     {
index c94dc77cdb234531df2a80c0883d71df1f360c61..3a76219c71fb6d7b60cf743aaade56d58775fe73 100644 (file)
@@ -21,8 +21,6 @@ import java.io.IOException;
 
 import org.apache.poi.util.LittleEndian;
 
-import org.apache.poi.hwpf.model.io.HWPFOutputStream;
-
 public class FIBLongHandler
 {
   public static final int CBMAC = 0;
@@ -64,8 +62,8 @@ public class FIBLongHandler
 
   /**
    * Refers to a 32 bit windows "long" same as a Java int
-   * @param longCode
-   * @return
+   * @param longCode FIXME: Document this!
+   * @return FIXME: Document this!
    */
   public int getLong(int longCode)
   {
index 0394abfc73e70aa4bf25bc39c993b21b5a506c6e..c5ee15c0e8b6021db1c2f5a55131e8440bc757bc 100644 (file)
@@ -58,8 +58,6 @@ public class PAPFormattedDiskPage extends FormattedDiskPage
 
     /**
      * Creates a PAPFormattedDiskPage from a 512 byte array
-     *
-     * @param fkp a 512 byte array.
      */
     public PAPFormattedDiskPage(byte[] documentStream, byte[] dataStream, int offset, int fcMin)
     {
index 9ebd5ed91f886a5219f729d4c1a94c7abf483757..af3c0e51acaab299cc76298f6de972e29b2b5d1b 100644 (file)
@@ -38,7 +38,7 @@ public abstract class PropertyNode implements Comparable, Cloneable
   /**
    * @param fcStart The start of the text for this property.
    * @param fcEnd The end of the text for this property.
-   * @param grpprl The property description in compressed form.
+   * @param buf FIXME: Old documentation is: "grpprl The property description in compressed form."
    */
   protected PropertyNode(int fcStart, int fcEnd, Object buf)
   {
index 602931f30ee0bb014bf8e47330ec12deb14fcbd7..36b488341f8e01c4edbd22b23beb1cf04b049d9d 100644 (file)
@@ -64,7 +64,7 @@ public class StyleSheet implements HDFType
   /**
    * StyleSheet constructor. Loads a document's stylesheet information,
    *
-   * @param styleSheet A byte array containing a document's raw stylesheet
+   * @param tableStream A byte array containing a document's raw stylesheet
    *        info. Found by using FileInformationBlock.getFcStshf() and
    *        FileInformationBLock.getLcbStshf()
    */