Uh oh!
There was an error while loading. Please reload this page.
doc: link and style parameter types - #4741
Conversation
claudiorodriguez
commented
Jan 18, 2016
@jasnell Remade the PR fresh off master to make sure everything is clean, since this touches a bunch of docs the merging may produce some conflicts for other open PRs, but they should be minor |
jasnell
commented
Jan 18, 2016
LGTM |
jasnell
commented
Jan 18, 2016
Thank you @fansworld-claudio! |
cjihrig
commented
Jan 18, 2016
LGTM, but I'll defer to the docs team. |
There was a problem hiding this comment.
Other places didn't have colons.
There was a problem hiding this comment.
Also, it would be better if the type and description seperator is consistent in all the files.
There was a problem hiding this comment.
@thefourtheye I agree, but unfortunately everything was already inconsistent. I think refactoring that belongs to another PR IMHO
There was a problem hiding this comment.
Yeah, there are quite a few areas here where incremental improvements need to be made. We'll get there but breaking it up into smaller incremental changes is likely best
There was a problem hiding this comment.
@jasnell Yup, I completely agree. That would be much easier to review as well :)
thefourtheye
commented
Jan 18, 2016
LGTM and Thanks a lot @fansworld-claudio :-) |
There was a problem hiding this comment.
This link does not appear to work.
Fishrock123
commented
Jan 18, 2016
I like this. In any case it's a step forward. |
There was a problem hiding this comment.
Handle probably needs to be more specific, there are many types of handles, although they all inherit from AsyncWrap afaik.
There was a problem hiding this comment.
@Fishrock123 I'm a bit out of my depth there. I'm fixing the link, but no idea where to link to exactly other than that.
chrisdickinson
commented
Jan 19, 2016
This is excellent work! LGTM. |
thefourtheye
commented
Jan 19, 2016
I think it would be better if the |
18e2485 to
453f858Compareclaudiorodriguez
commented
Jan 19, 2016
Corrected a couple of things noted, thanks everyone. @thefourtheye you mean two commits in a single PR, or two separate PRs? I could do any of the two, if the current contents of the PR are okay |
453f858 to
16aec57Comparethefourtheye
commented
Jan 19, 2016
@fansworld-claudio Given the fact that it has been reviewed by quite a few collaborators and owners, I would say splitting into two commits in this PR itself would be better. |
16aec57 to
f1db99cCompareclaudiorodriguez
commented
Jan 19, 2016
@thefourtheye is something like this alright? |
thefourtheye
commented
Jan 19, 2016
@fansworld-claudio Yup! :-) |
silverwind
commented
Feb 4, 2016
The |
f1db99c to
535578aCompareclaudiorodriguez
commented
Feb 4, 2016
@silverwind That should do it, I think |
jasnell
commented
Feb 7, 2016
LGTM |
silverwind
commented
Feb 8, 2016
LGTM. @fansworld-claudio can you rebase once more? |
claudiorodriguez
commented
Feb 8, 2016
@silverwind Done |
Changes the parsing of parameter types in the doc html gen Links to either MDN or nodejs docs depending on type See nodejs#4350
Fixes several type references in the docs so that the doc html gen tool that parses them can put the correct links in. Changes css styling for the generated type links.
fe51d1a to
d269f8eCompareChanges the parsing of parameter types in the doc html gen Links to either MDN or nodejs docs depending on type See #4350 PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Fixes several type references in the docs so that the doc html gen tool that parses them can put the correct links in. Changes css styling for the generated type links. PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
silverwind
commented
Feb 9, 2016
Trott
commented
Feb 9, 2016
This change does not lint cleanly with the current linting rules. I'll submit a PR to fix. |
silverwind
commented
Feb 9, 2016
Whoops, thanks for picking up the slack @Trott. |
Refs: #4741 (comment) PR-URL: #5161 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Changes the parsing of parameter types in the doc html gen Links to either MDN or nodejs docs depending on type See #4350 PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Fixes several type references in the docs so that the doc html gen tool that parses them can put the correct links in. Changes css styling for the generated type links. PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Refs: #4741 (comment) PR-URL: #5161 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Myles Borins <myles.borins@gmail.com>
MylesBorins
commented
Feb 18, 2016
This change is not landing nicely into LTS. We need to get a backlog of commits updated for this to work |
Changes the parsing of parameter types in the doc html gen Links to either MDN or nodejs docs depending on type See #4350 PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Fixes several type references in the docs so that the doc html gen tool that parses them can put the correct links in. Changes css styling for the generated type links. PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Refs: #4741 (comment) PR-URL: #5161 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Changes the parsing of parameter types in the doc html gen Links to either MDN or nodejs docs depending on type See #4350 PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Fixes several type references in the docs so that the doc html gen tool that parses them can put the correct links in. Changes css styling for the generated type links. PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Refs: #4741 (comment) PR-URL: #5161 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Changes the parsing of parameter types in the doc html gen Links to either MDN or nodejs docs depending on type See #4350 PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Fixes several type references in the docs so that the doc html gen tool that parses them can put the correct links in. Changes css styling for the generated type links. PR-URL: #4741 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Chris Dickinson <chris@neversaw.us> Reviewed-By: Roman Reiss <me@silverwind.io>
Refs: #4741 (comment) PR-URL: #5161 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Changes the parsing of parameter types, links to MDN or
nodejs docs. See #4350
Replaces PR #4378