To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78740
                 Issue #|78740
                 Summary|autodoc does not generate documentation for optional b
                        |ase interfaces of interfaces
               Component|udk
                 Version|OOo 2.2
                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] Thu Jun 21 07:29:03 +0000 
2007 -------
compare
http://api.openoffice.org/source/browse/api/offapi/com/sun/star/embed/XExtendedStorageStream.idl?rev=1.2&view=markup#filecontents
vs.
http://api.openoffice.org/docs/common/ref/com/sun/star/embed/XExtendedStorageStream.html

The first link shows the source code of
offapi/com/sun/star/embed/XExtendedStorageStream, where the second shows the
documentation autodoc has generated from it.

As you can see, all optional interfaces - which are a major part of this
interface's definition - are not present at all.

For testing purpose, I omitted the [optional] attribute at the interfaces, and
suddenly they all appeared in (a local copy of) the generated documentation.
Thus, this bug is really about this attribute.

A
  grep -rl "\[optional\] interface" * | grep \/X
in offapi and udkapi gives only three matches, so I don't think this (currently)
is a too serious problem. Nonetheless, it's important information which autodoc
should not silently omit.

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