Nimarukan created ODFTOOLKIT-429:
------------------------------------

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


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

On a local build this size problem does not appear.

Diagnosis: the OdfTableCellCell 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 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