-
Notifications
You must be signed in to change notification settings - Fork 212
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
Sync Zoe JSDoc with API docs #4291
Comments
typedoc?I looked at.typedoc earlier and passed on it because it's for .ts, not JSDoc... But if we head to .d.ts for apis, it could be a match! |
@Tartuffo I would think that documentation for our smart contract platform doesn't become critical until after MN-1. |
Something that understands TypeScript will be necessary. TypeDoc (and presumably other type-smart tools) look for a unified project, so I think we'll need to #4404 to get any type-aware doc generators to work. |
just discovered earlier exploration in this area: |
I think we're not quite finished with this one. #8343 says...
|
recent work in the area:
|
closely related: |
typedoc does also work on jsdoc in *.js files |
What is the Problem Being Solved?
Zoe JSDoc that @erights has recently focussed on overlaps with end-user doc by @Chris-Hibbert and co. Let's sync them up somehow
Description of the Design
ref Dec 17 discussion
Also in the ZEstival, @Chris-Hibbert point out docs on Handling Authority
Security Considerations
IOU
Test Plan
the docs repo has tooling for testing examples
https://docs.agoric.com/reference/zoe-api/user-seat.html and related are sourced from JSDoc instead of Markdown
The text was updated successfully, but these errors were encountered: