To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60692
------- Additional comments from [EMAIL PROTECTED] Tue Jan 17 05:28:20 -0800
2006 -------
It is (of course) a feature that forward declarations can not hold
documentation.
One reason is that documentation for one entity should not be scattered over
several files. After all it is in-code documentation, too. And when reading the
code, the natural place to look for a documentation is at the entities
definition, not at one of possibly many forward declarations.
As the entities in unotype.hxx are defined nowhere else, I'd suggest to just
define them empty:
struct Xyz {};
Then documentation will be generated.
---------------------------------------------------------------------
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]