-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Documentation Generator Enhancement #51
Comments
@abhishekisnot can you submit a PR with jsdoc? |
how about typedoc? http://typedoc.io/ |
Hi @gdi2290 , Disclaimer : i am the maintainer of compodoc ;) Did you think interesting switching from typedoc to compodoc for the generated documentation ? Here is a test : https://compodoc.github.io/angular2-webpack-starter/ The routes page will be redesigned this week. (compodoc/compodoc#17 (comment)) Regards |
@vogloblinsky - It's been up for discussion more than once. I've personally run into a few snags in larger projects with it ( complete understandable given it's age ) but overall I feel While Blake is doing his best to pick up the slack on Typedoc, it's maintenance has been slow & I don't see a lot of features in it's future so the real question is remove doc generation entirely and let users and what they will or replace the existing I'll open an issue for discussion with the maintainers and the community and we can decide this in an issue a bit more visible. |
It would be great if starter can provide a way to generate project documentation from source code.
A quick search yields multitude of generator libraries/frameworks:
https://github.com/angular/dgeni
https://github.com/jsdoc3/jsdoc
http://jashkenas.github.io/docco/
https://wiki.appcelerator.org/display/guides2/ScriptDoc+(SDOC)+2.0+Specification
http://yui.github.io/yuidoc/
http://www.naturaldocs.org/
http://dojotoolkit.org/reference-guide/1.8/util/doctools/generate.html
https://github.com/senchalabs/jsduck
The text was updated successfully, but these errors were encountered: