Closed Bug 275106 Opened 20 years ago Closed 20 years ago

Add Javadoc comments to all Java files

Categories

(Core Graveyard :: Java to XPCOM Bridge, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jhpedemonte, Assigned: jhpedemonte)

Details

Attachments

(1 file)

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.
Attached patch patchSplinter Review
Attachment #168991 - Flags: review?(darin)
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 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+
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: