Javadoc comments fixed so that the JDK 1.5 standard doclet doesn't
stumble over it. Folks, remember that this is HTML code and special characters like '<', '>' or '&' must be written as entity references. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15bc229c4d
commit
86cc0f8b98
@ -29,7 +29,7 @@ import java.util.*;
|
|||||||
* Title: Record Factory<P>
|
* Title: Record Factory<P>
|
||||||
* Description: Takes a stream and outputs an array of Record objects.<P>
|
* Description: Takes a stream and outputs an array of Record objects.<P>
|
||||||
*
|
*
|
||||||
* @deprecated use EventRecordFactory instead
|
* @deprecated use {@link org.apache.poi.hssf.eventmodel.EventRecordFactory} instead
|
||||||
* @see org.apache.poi.hssf.eventmodel.EventRecordFactory
|
* @see org.apache.poi.hssf.eventmodel.EventRecordFactory
|
||||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||||
* @author Marc Johnson (mjohnson at apache dot org)
|
* @author Marc Johnson (mjohnson at apache dot org)
|
||||||
|
@ -21,7 +21,7 @@ import org.apache.poi.hssf.model.Workbook;
|
|||||||
/**
|
/**
|
||||||
* Missing Function Arguments
|
* Missing Function Arguments
|
||||||
*
|
*
|
||||||
* Avik Sengupta <avik at apache.org>
|
* Avik Sengupta <avik at apache.org>
|
||||||
* @author Jason Height (jheight at chariot dot net dot au)
|
* @author Jason Height (jheight at chariot dot net dot au)
|
||||||
*/
|
*/
|
||||||
public class MissingArgPtg
|
public class MissingArgPtg
|
||||||
|
@ -26,7 +26,7 @@ import org.apache.poi.hssf.model.Workbook;
|
|||||||
* precedence reasons, Parenthesis tokens ARE written to ensure that user entered
|
* precedence reasons, Parenthesis tokens ARE written to ensure that user entered
|
||||||
* parenthesis are displayed as-is on reading back
|
* parenthesis are displayed as-is on reading back
|
||||||
*
|
*
|
||||||
* Avik Sengupta <lists@aviksengupta.com>
|
* Avik Sengupta <lists@aviksengupta.com>
|
||||||
* Andrew C. Oliver (acoliver at apache dot org)
|
* Andrew C. Oliver (acoliver at apache dot org)
|
||||||
* @author Jason Height (jheight at chariot dot net dot au)
|
* @author Jason Height (jheight at chariot dot net dot au)
|
||||||
*/
|
*/
|
||||||
|
@ -22,7 +22,7 @@ import org.apache.poi.util.StringUtil;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Number
|
* Number
|
||||||
* Stores a String value in a formula value stored in the format <length 2 bytes>char[]
|
* Stores a String value in a formula value stored in the format <length 2 bytes>char[]
|
||||||
* @author Werner Froidevaux
|
* @author Werner Froidevaux
|
||||||
* @author Jason Height (jheight at chariot dot net dot au)
|
* @author Jason Height (jheight at chariot dot net dot au)
|
||||||
* @author Bernard Chesnoy
|
* @author Bernard Chesnoy
|
||||||
|
Loading…
Reference in New Issue
Block a user