To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79366
                 Issue #|79366
                 Summary|autodoc always places a space before an enclosing HTML
                        | tag
               Component|sdk
                 Version|680
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|documentation
             Assigned to|np
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Sun Jul  8 12:36:02 +0000 
2007 -------
In an IDL file, consider a documentation fragment like the following.
    "some <code>text</code>."

Passing this through autodoc generates a HTML file with the following fragment:
  "some <code>text </code>."
Note there's an additional space before the closing HTML tag.

This holds for *all* HTML entities in the documentation, which leads to a lot of
spurious spaces in the resulting HTML document.
In the example above, this means that there would be a space before the period,
which looks irritating (not only because it's grammatically wrong).

Other occurances of this problem are in documentation like
    "... foo bar <type>Type</type>'s properties ..."
  which results in
    "... foo bar <type>Type </type>'s properties ..."
Cp., for example,
http://api.openoffice.org/docs/common/ref/com/sun/star/mail/XMailMessage.html,
and the short description for the "getAttachments" method, which suffers from
this problem.

Both (and more) flavours of the problem occur multiple times in all our IDL
documentation, and at least to me they look somewhat unprofessional, and break
the flow of reading.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to