To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84098
                 Issue #|84098
                 Summary|need to end short description of an element with headi
                        |ng tag
               Component|tools
                 Version|680m236
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P4
            Subcomponent|autodoc
             Assigned to|np
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Thu Nov 29 20:45:15 +0000 
2007 -------
Consider the following IDL fragment:

  /** implements some foo

      <h3>Relationships to Bar</h3>
      <p>bla bla bla</p>

      <h3>Relationships to FooBar</h3>
      <p>bla bla bla</p>

      @seealso SomewhereElse
  */
  service Foo : XFoo;

Now, let autodoc create the IDL documentation, and look into what autodoc
created for the module-ix.html file. You will notice that in the table row where
service Foo is referenced, there's also a h3-level heading "Relationships to
Bar", which is completely useless at this point.

I often use headings in extensive descriptions to separate different sub aspects
of the documented entity from each other, and sometimes there's nothing between
the short description and the first heading - which then leads to a strange
module overview page.

Since a simple (though not nice) workaround is to put an <p/> before the first
heading, and there are probably others, I submit this as P4.

---------------------------------------------------------------------
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