Closed
Bug 275106
Opened 21 years ago
Closed 21 years ago
Add Javadoc comments to all Java files
Categories
(Core Graveyard :: Java to XPCOM Bridge, defect)
Core Graveyard
Java to XPCOM Bridge
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: jhpedemonte)
Details
Attachments
(1 file)
15.94 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
Need to add Javadoc comments to the Java classes and methods. For the most
part, the comments will be very similar to what is already in the C headers.
Assignee | ||
Comment 1•21 years ago
|
||
Attachment #168991 -
Flags: review?(darin)
Comment 2•21 years ago
|
||
Comment on attachment 168991 [details] [diff] [review]
patch
+ * @param persistent <code>true</code>
this is an array...
oh, is this to turn it into an out param? I think you should mention that...
(i.e. that it must not be null, and have a length of 1, and that it will be
filled in by getFile).
People using initEmbedding need/must not call initXPCOM, right (ok... guess
initEmbedding's comment says so already (.."XPCOM is started"..))
+ * @exception XPCOMException <ul>
+ * <il>
not <li>?
Comment 3•21 years ago
|
||
Comment on attachment 168991 [details] [diff] [review]
patch
r=darin
but, you're the module owner, so there's no need for you to ask for reviews on
comment changes in the future ;)
Attachment #168991 -
Flags: review?(darin) → review+
Assignee | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•