Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Arv document exported #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 24, 2016
Merged

Arv document exported #502

merged 5 commits into from
Aug 24, 2016

Conversation

tmcw
Copy link
Member

@tmcw tmcw commented Aug 23, 2016

No description provided.

arv and others added 4 commits August 22, 2016 14:35
This adds a boolean flag called `document-exported` (defaults to false)
that effectively adds an empty comment to all exported bindings that do
not already have a JSDoc comment. It also does the same for the
members of exported classes and objects.

```js
export class C {
  method() {}
}
```

Both `C` and `C#method` are now part of the generated documentation.

Related to #424
@arv
Copy link
Contributor

arv commented Aug 23, 2016

Thanks for extracting the 'extractor". It makes things a lot cleaner.

@tmcw tmcw merged commit 49347c8 into master Aug 24, 2016
@tmcw tmcw deleted the arv-document-exported branch August 24, 2016 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants