Skip to content
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

Add JSDoc and missing commands #130

Closed
3 of 4 tasks
tumile opened this issue Jul 29, 2020 · 2 comments
Closed
3 of 4 tasks

Add JSDoc and missing commands #130

tumile opened this issue Jul 29, 2020 · 2 comments
Labels
docs enhancement New feature or request good first issue Good for newcomers

Comments

@tumile
Copy link
Contributor

tumile commented Jul 29, 2020

I think the current state of command.ts can be improved.

@uki00a uki00a added good first issue Good for newcomers docs enhancement New feature or request labels Jul 30, 2020
@Terkwood
Copy link
Contributor

Terkwood commented Aug 19, 2020

Thanks for raising this. Although deno-doc is a bit rudimentary and doesn't currently expose JsDocs from our interface, one nice benefit of documenting the commands is that editors (at least VsCode) can expose the descriptions during the course of programming. So if anyone finds the time to improve our document coverage, it will definitely benefit some of our users.

https://deno.land/manual/tools/documentation_generator

Currently, only exports in the style export and export ... from ... are supported.

@uki00a
Copy link
Member

uki00a commented Jan 10, 2021

Thank you for rasing this issue! 👍 I'll split this issue to make it easier to track progress! 😉

@uki00a uki00a closed this as completed Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants