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

Allow providing a string instead of a JSDoc structure #311

Closed
dsherret opened this issue Apr 13, 2018 · 0 comments
Closed

Allow providing a string instead of a JSDoc structure #311

dsherret opened this issue Apr 13, 2018 · 0 comments

Comments

@dsherret
Copy link
Owner

dsherret commented Apr 13, 2018

For example:

docs: [{ description: "Cached lazy factory for StructurePrinters." }]

Could be written as:

docs: ["Cached lazy factory for StructurePrinters."]

Also allow providing and using a writer for both cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant