Raphael.js VSDOC

Does anyone have a vraphic.js vsdoc file (to support Visual Studio 2010 intellisense)?

+4
source share
2 answers

Now there is a vsdoc file for raphael.js

http://lobjs.wordpress.com/2012/02/02/raphael-vsdocs/

I wrote this with the clear intention of using only the methods and properties documented in the Raphael documentation in the vsdoc file. That way, you also won't see properties that start with _ in intellisense if you use this.

+2
source

Perhaps you can generate using the VSDOC generator.

I found one of them:

https://github.com/appendto/jquery-vsdoc/tree/master/Vsdoc%20Generator

-2
source

Source: https://habr.com/ru/post/1332594/


All Articles