-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
generate documentation with code module #1017
Comments
Try this: getdocs:
|
my half-backed version is the following ;) |
even shorter
And now I want to render it to HTML, but I don't know how to use shell_docs/render functions :) |
that prints
|
I don't get where this data is going. It will be specific for this current SDK only. |
It looks like an iolist, so slightly modified script can output readable text:
output:
|
Hmmm iolist_to_binary seems unneeded and can be removed:
|
Ah, ~ts. Thanks. |
I'm trying to call
code:get_doc
in order to fetch documentation for standard modules.Something like that should work, but I failed to run it.
@kvakvs could you please assist?
The text was updated successfully, but these errors were encountered: