-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Publish API documentation #79
Comments
So. We can generate Javadoc with And if we were on bintray or maven central we could've used |
It's missing information but that's easily added later on: https://node-gradle.github.io/gradle-node-plugin/ |
Hi! Accidentally came across this. Is there a reason you're building
|
It's actually even worse, we're using an But the short answer is that personally I really really like javadocs, they work great with tools like dash/zeal, IDEs, and there's a pretty big ecosystem around javadocs. And with good Javadocs you can get a lot of documentation with little effort! And as for HTML, it looks a bit minimalistic in 0.10.0 but I just gave it a quick try again |
I see :) Here's how the new HTML format looks like btw: https://kotlin.github.io/kotlinx.coroutines/ |
We should probably generate javadoc for the tasks and publish it on github pages or somewhere.
The text was updated successfully, but these errors were encountered: