My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

This is a fork of the jsdoc-toolkit that can generate JavaScript files with vsdoc documentation format so Visual Studio can provide IntelliSense for libraries documented in the JsDoc format.

jsdoc-toolkit-vsdoc is based on the jsdoc-toolkit project. This project adds its own vsdoc template that will generate Visual Studio IntelliSense files.

jsdoc-toolkit-vsdoc also patches JsDoc.js with new onBeforeParsing() event. This event was added so the OpenLayers plugin can modify JavaScript files before parsing starts.

The OpenLayers plugin modifies documentation in the OpenLayers library from the Natural Docs format to the JsDoc format so IntelliSense files can be generated.

Powered by Google Project Hosting