Uploaded image for project: 'ODF Toolkit'
  1. ODF Toolkit
  2. ODFTOOLKIT-429

JavaDoc for odfdom/doc/table/OdfTableCell has unmatched 'code' tags, magnifying later methods

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • odfdom
    • 0.8.11-incubating-SNAPSHOT

    Description

      Symptom: In the ODF DOM API JavaDoc on the Apache site, the text grows larger and larger after setCurrencyValue.
      After setBooleanValue 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>".

      Attachments

        Activity

          People

            Unassigned Unassigned
            nimarukan Nimarukan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: