Closed
Bug 504743
Opened 16 years ago
Closed 16 years ago
XPIDL doesn’t emit single line comments into header
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: pjemen, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729) XPCOMViewer/0.9a
Build Identifier:
People looks for documentation into header or generate documentation form headers. Single line comment doesn’t appear in generated header.
Examples:
/// Called when the selection is changed in the tree
void onSelectionChanged();
readonly attribute boolean noSelect; // this is an imap no select folder
Reproducible: Always
Comment 1•16 years ago
|
||
Because hardly anything except automated documentation tools read the generated headers, I don't think this is worthwhile (and I don't think libIDL provides the necessary information). WONTFIX.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•