See parent issue for details.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | interdiff.txt | 1.28 KB | nod_ |
| #13 | core-jsdoc-comment-2505905-13.patch | 5.2 KB | nod_ |
| #12 | interdiff-2505905-8-12.txt | 977 bytes | nidaismailshah |
| #12 | jsdoc_comment_module-2505905-12.patch | 4.91 KB | nidaismailshah |
| #8 | jsdoc_comment_module-2505905-8.patch | 4.91 KB | mikebell_ |
Comments
Comment #1
eiriksmSome of the scoped functions probably does not have the best docs, but they are "private" and will not end up on the docs page anyway. But of course, suggestions welcome :)
Comment #2
eiriksmComment #3
nod_In several places you have "placeholder" instead of "$placeholder" in for param.
Also have some eslint warnings left:
Comment #4
eiriksmThat's strange. I could have sworn I ran eslint before I uploaded the patch.
Oh well, sorry about that. Here is a new one. Now I double checked that I ran it.
Comment #5
nod_All good, thanks!
Comment #6
jhodgdonThanks!
Setting back to Needs Review... see #2504713-4: JSDoc book module
Comment #7
jhodgdonAlso... We normally want function first-line docs to start with a 3rd person verb, like "Processes" not "Process". So some of the doc blocks in node-new-comments-link.js need some attention. Thanks!
Comment #8
mikebell_ commentedUpdated the doc blocks as suggested by jhodgdon
Comment #9
emma.mariaComment #10
jhodgdonPlease, when uploading a new patch, make an interdiff file so we can see easily what has changed. Thanks!
So we should probably wait to finalize this until the question of "how to document the attach/detach behavior functions" is resolved; see [#10027109-4] and the following several comments for that.
Anyway... I reviewed the latest patch (thanks for that!) and there are still a few things to fix besides the attach docs:
add => adds [to agree in verb person with rest of sentence]
placeholders => placeholder
This doesn't make sense to me. The docs say it can use data embedded in the page, but then in the @param it looks like it's expecting a server response as input no matter what. Something must be incorrect here?
Maybe the word "embedded" is what is making me confused? What does this mean?
Needs to end in .
Comment #11
jhodgdonComment #12
nidaismailshah commentedfixes Issue 1,2 and 4 from #10
Comment #13
nod_Fixed 3 and updated the behavior declaration to our standards.
Comment #14
nod_Looks good enough
Comment #15
webchickCommitted and pushed to 8.0.x. Thanks!