Nimarukan created ODFTOOLKIT-428:
------------------------------------

             Summary: JavaDoc for simple/table/Cell has unmatched 'code' tags, 
magnifying later methods
                 Key: ODFTOOLKIT-428
                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-428
             Project: ODF Toolkit
          Issue Type: Bug
          Components: simple api
         Environment: 0.8.2-incubating-SNAPSHOT
            Reporter: Nimarukan
            Priority: Trivial


Symptom: In the ODF Simple API JavaDoc on the Apache site, the text grows 
larger and larger after 
simple.table.Cell.[setCurrencyValue|http://incubator.apache.org/odftoolkit/mvn-site/0.8-incubating/simple-odf/apidocs/org/odftoolkit/simple/table/Cell.html#setCurrencyValue%28java.lang.Double,%20java.lang.String%29].
After 
simple.table.Cell.[setBooleanValue|http://incubator.apache.org/odftoolkit/mvn-site/0.8-incubating/simple-odf/apidocs/org/odftoolkit/simple/table/Cell.html#setBooleanValue%28java.lang.Boolean%29]
 the text is huge.

On a local build, this size problem does not appear.

Diagnosis: the Cell class has 4 mismatched 'code' tags.  On the Apache site, 
the stylesheet uses a larger *relative* size (1.2em), so all the methods after 
setCurrencyValue appear in a larger and larger code font after each mismatched 
"<code>value</value>".

On a local build, the default javadoc stylesheet uses an *absolute* size 
(14px), so the size does not accumulate.

Fix: correct the 4 mismatched tags from "<code>value</value>" to 
"<code>value</code>".




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to