Show
Ignore:
Timestamp:
07/10/08 12:39:08 (4 years ago)
Author:
amandel
Message:

Generated javadoc cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/xml/xsl/libcommon.xsl

    r1076 r1078  
    18171817 
    18181818    /** 
    1819      * Translates a <tt>BigDecimal</tt> value into a 
    1820      * <tt><xsl:value-of select="$classname"/></tt>. 
     1819     * Translates a &lt;tt>BigDecimal&lt;/tt> value into a 
     1820     * &lt;tt><xsl:value-of select="$classname"/>&lt;/tt>. 
    18211821     * 
    1822      * @param bd the <tt>BigDecimal</tt>. 
    1823      * @return a <tt><xsl:value-of select="$classname"/></tt> whose value is equal 
     1822     * @param bd the &lt;tt>BigDecimal&lt;/tt>. 
     1823     * @return a &lt;tt><xsl:value-of select="$classname"/>&lt;/tt> whose value is equal 
    18241824     *  to bd. 
    18251825     * @throws ArgumentMalformedException If the given 
    1826      *   <tt>BigDecimal</tt> violates the restriction 
     1826     *   &lt;tt>BigDecimal&lt;/tt> violates the restriction 
    18271827     *   of the <xsl:value-of select="$classname"/> type. 
    18281828     */ 
     
    18411841 
    18421842    /** 
    1843      * Translates a <tt>long</tt> value into a 
    1844      * <tt><xsl:value-of select="$classname"/></tt>. 
     1843     * Translates a &lt;tt>long&lt;/tt> value into a 
     1844     * &lt;tt><xsl:value-of select="$classname"/>&lt;/tt>. 
    18451845     * 
    1846      * @param val the <tt>long</tt>. 
    1847      * @return a <tt><xsl:value-of select="$classname"/></tt> whose value is equal 
     1846     * @param val the &lt;tt>long&lt;/tt>. 
     1847     * @return a &lt;tt><xsl:value-of select="$classname"/>&lt;/tt> whose value is equal 
    18481848     *  to the given long. 
    18491849     * @throws ArgumentMalformedException If the given 
    1850      *   <tt>long</tt> violates the restriction 
     1850     *   &lt;tt>long&lt;/tt> violates the restriction 
    18511851     *   of the <xsl:value-of select="$classname"/> type. 
    18521852     * @see BigDecimal#valueOf(long) 
     
    18701870 
    18711871    /** 
    1872      * Translates a <tt>long</tt> with the given scale into a 
    1873      * <tt><xsl:value-of select="$classname"/></tt>. 
     1872     * Translates a &lt;tt>long&lt;/tt> with the given scale into a 
     1873     * &lt;tt><xsl:value-of select="$classname"/>&lt;/tt>. 
    18741874     * 
    18751875     * @param unscaledVal the unscaled value. 
    18761876     * @param scale the scale to be applied. 
    1877      * @return a <tt><xsl:value-of select="$classname"/></tt> whose value is 
    1878      *         <tt>(unscaledVal &amp;times; 10<sup>-scale</sup>)</tt>. 
     1877     * @return a &lt;tt><xsl:value-of select="$classname"/>&lt;/tt> whose value is 
     1878     *         &lt;tt>(unscaledVal &amp;times; 10&lt;sup>-scale&lt;/sup>)&lt;/tt>. 
    18791879     * @throws ArgumentMalformedException If the given 
    18801880     *   long and scale violates the restriction