Closed
Bug 220363
Opened 22 years ago
Closed 22 years ago
use doxygen-style comments in nsExternalHelperAppService.h
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
|
24.65 KB,
patch
|
bzbarsky
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
I'm converting the comments in nsExternalHelperAppService.h to doxygen-style
comments.
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Comment 2•22 years ago
|
||
Comment on attachment 132194 [details] [diff] [review]
patch
I've also run doxygen on the exthandler directory, and made the results
available at http://stud4.tuwien.ac.at/~e0225227/exthandler/ (let's hope the
server works...)
Attachment #132194 -
Flags: superreview?(darin)
Attachment #132194 -
Flags: review?(bzbarsky)
Comment 3•22 years ago
|
||
Comment on attachment 132194 [details] [diff] [review]
patch
>Index: nsIExternalProtocolService.idl
>+/**
>+ * The external protocol service is used for finding and launching
>+ * platform specific applications for particular protocols.
>+ *
>+ * You can ask the external protocol service if it has an external
>+ * handler for a given protocol scheme. And you can ask it to load
>+ * the url using the default handler.
>+ */
> [scriptable, uuid(100FD4B3-4557-11d4-98D0-001083010E9B)]
> interface nsIExternalProtocolService : nsISupports
nit in comment alignment :-/
sr=darin
Attachment #132194 -
Flags: superreview?(darin) → superreview+
Comment 4•22 years ago
|
||
Comment on attachment 132194 [details] [diff] [review]
patch
r=bzbarsky
Attachment #132194 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 5•22 years ago
|
||
thanks, checked in with the comment alignment fixed
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•