Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: documentationjs/documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rhendric/documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 25 files changed
  • 1 contributor

Commits on Sep 2, 2017

  1. feat: groups in toc

    rhendric committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    c2ab10d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. fix: @name tag disconnects comment

    The previous support for @name tags suppressing inference from
    surrounding code was ad-hoc and incomplete. This commit makes a @name
    tag (or a tag acting as a @kind/@name shorthand combo, like @function)
    detach the `ast` field from the comment context, so that the surrounding
    code will be universally ignored per the JSDoc spec.
    rhendric committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    12ae0b4 View commit details
    Browse the repository at this point in the history
  2. feat: implement @hideconstructor

    Per usejsdoc.org, this tag goes either in a comment attached to a
    function that has declared that function to be a class, or in a comment
    on an ES6 class constructor.
    rhendric committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    300be03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aedc51 View commit details
    Browse the repository at this point in the history
Loading