Convert interface comments to jsdoc
Categories
(Chat Core :: General, task)
Tracking
(Not tracked)
People
(Reporter: clokep, Assigned: clokep)
Details
Attachments
(1 file, 1 obsolete file)
14.68 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
(In reply to Magnus Melin [:mkmelin] from bug 1557506, comment #2)
::: chat/components/public/imIConversationsService.idl
@@ +93,5 @@[scriptable, uuid(3f88cc5c-6940-4eb5-a576-c65770f49ce9)]
interface imIMessage: prplIMessage {
- attribute boolean cancelled;
- // Holds the sender color for Chats.
- // Empty string by default, it is set by the conversation binding.
For these, please update to jsdoc style documentation comments. /** */
We talked about this on IRC and I'm filing this as a follow-up.
Magnus also gave this as an example:
https://searchfox.org/comm-central/source/mailnews/base/public/nsIMsgKeyArray.idl#28-31
Docs available at https://jsdoc.app/
Assignee | ||
Comment 1•5 years ago
|
||
This is a pretty mechanical conversation with a few extra bits added.
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Updates the patch with the comments from Magnus.
Pushed by clokep@gmail.com:
https://hg.mozilla.org/comm-central/rev/6f78a5f43bcd
Convert interface comments to jsdoc for chat. r=mkmelin
Assignee | ||
Updated•5 years ago
|
Description
•