-
Notifications
You must be signed in to change notification settings - Fork 29
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
Have complete documentation #1
Comments
Would you be against using JSDoc on all the public APIs? Looks like there were already a few JSDoc comments added. I would be willing to add them in and get a JSDoc config file created. |
I'm pro that kind of thing but I remember how bad my experience with JSDoc, YUIDoc and perhaps one more such thing was. Do you feel otherwise? |
Another search doesn't bring up any awesome alternative to JSDoc. |
I have had poor experiences with most document generators. I have never used YUIDoc but it looks very similar to JSDoc in a lot of ways. The only differences is that JSDoc checks the doc blocks against the actual code, but at the same time YUIDoc has better output. I am willing to get YUIDoc working and document the public API. I do have experience with JSDoc though so for me it would be what I am most comfortable with. It's also a small public API, so it might be worth just hand writing the docs into the readme or wiki. I am good with any option. Let me know and I will gladly see what I can write up and send in a pull request. |
Would you mind doing it with https://github.com/assemble/verb? It is a bit fresh so you may run into bugs but on the positive note I am very happy that it is being actively developed. I used it for two or three tiny packages of mine, but only for the readme—I didn't use the API–docs–from–code–comments feature. |
Sure thing! Always up for learning a new library and verb looks very interesting, and something I could use myself. |
It does look interesting. I feel it's the future 🍡 |
I have been looking into verb but it's very unstable at the moment and I keep hitting bugs. I will keep working on this, but I feel it's going to take some time. |
I'm a forward facing person. |
No description provided.
The text was updated successfully, but these errors were encountered: