Issue 24084 - autodoc: unresolved links in com/sun/star/embed
Summary: autodoc: unresolved links in com/sun/star/embed
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: mikhail.voytenko
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-04 19:26 UTC by Frank Schönheit
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch (7.45 KB, patch)
2004-01-04 19:28 UTC, Frank Schönheit
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2004-01-04 19:26:47 UTC
When generating API documentation for the offapi/udkapi projects with autodoc,
it complains about a number of unresolved links in several files in the module
com::sun::star::embed.
Since this was a little bit distracting from the warnings I was really
interested in (in the documentation I was writing at this time), I fixed this,
and will attach the patch here.
Comment 1 Frank Schönheit 2004-01-04 19:28:02 UTC
Created attachment 12253 [details]
patch
Comment 2 Frank Schönheit 2004-01-04 19:29:53 UTC
the patch resolves all links, except two which refer to a (non-existent) type
"ServiceFactory".

Additionally, I took the freedom to convert a few links of the form
  <type>XFoo</type>::method()
to
  <member scope="...">XFoo::method</member>
where I stumbled upon them
Comment 3 mikhail.voytenko 2004-05-14 14:32:49 UTC
The interfaces set is hardly changed since the change was requested. By the way,
after the interfaces review the most problems should disappear. But I will leave
this bug open to check the newest version with autodoc.
Comment 4 mikhail.voytenko 2004-06-21 14:55:42 UTC
No warnings any more. But because of using of multible incheritance the autodoc
is confused.
Comment 5 mikhail.voytenko 2004-06-22 12:18:52 UTC
Multiple incheritance support is covered by issue 26261.

*** This issue has been marked as a duplicate of 26261 ***
Comment 6 mikhail.voytenko 2004-06-22 13:42:48 UTC
Looks like it is better to handle it not as duplicate.
Comment 7 mikhail.voytenko 2004-06-22 13:43:31 UTC
So I set the bug to fixed, since the original problem is fixed.
Comment 8 mikhail.voytenko 2004-06-22 13:44:21 UTC
Verified in SRC680/m43.
Comment 9 mikhail.voytenko 2004-06-22 13:47:14 UTC
Closed.