我正在尝试找到一个为我的Javascript源代码生成HTML文档的工具.
有谁知道Google用于在以下网址生成界面的工具是否是开源的?我能够产生类似的输出吗?
http://closure-library.googlecode.com/svn/docs/class_goog_proto2_Serializer.html
http://closure-library.googlecode.com/svn/docs/namespace_goog_date.html
http://closure-library.googlecode.com/svn/docs/namespace_goog_events.html
http://closure-library.googlecode.com/svn/docs/class_goog_gears_Database.html
http://closure-library.googlecode.com/svn/docs/class_goog_ui_DatePicker.html
我知道http://code.google.com/p/jsdoc-toolkit/
但是我想知道Google使用的特定生成器是否可用于我自己的源(如果这很重要的话,它将是开源的).
提前致谢...
javascript documentation-generation google-closure google-closure-library