[
https://issues.apache.org/jira/browse/ODFTOOLKIT-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265481#comment-15265481
]
Nimarukan edited comment on ODFTOOLKIT-428 at 4/30/16 8:52 PM:
---------------------------------------------------------------
(attached: simple_table_Cell-fix4MismatchedCodeTags.patch)
cd simple/
patch -p 1 -i simple_table_Cell-fix4MismatchedCodeTags.patch
was (Author: nimarukan):
(attached: simple_table_Cell-fix4MismatchedCodeTags.patch)
cd simple/
patch -l -p 1 -i simple_table_Cell-fix4MismatchedCodeTags.patch
('svn diff' to check for unintended end-of-line changes)
> 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
> Labels: documentation, easyfix
> Attachments: simple_table_Cell-fix4MismatchedTagsInJavadoc.patch
>
>
> 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)