Hi Eefje,
I don't actually see @method listed as part of the JSDoc.pm syntax,
though Gabriel may have just neglected to add it to the docs. Have
you tried @member instead?
Regards,
Michael
On 14 May 2007, at 11:21, Eefje Colman wrote:
> Hi,
>
> I'm using JSDoc (and ActivePerl) on Windows XP and so far
> generating my API didn't give any problems.
>
> In my batch-file I specify a lot of folders (+/- 20 folders)
> with .js-source files.
> When adding one specific folder , the documents aren't generated
> anymore.
> I've checked several things and when I exclude some methods from
> my .js-source file in that folder, the documents are generated again.
> But I don't see the problem... (nor solution)
>
> For example. When I add this in my javascript, no generation is done :
> /**
>
> * open the monthly calendar
>
> * @method open
>
> * @type void
>
> */
>
> this.open = function(){
>
> this.isOn = true;
>
> $(this.getTargetDiv()).style.display = "block";
>
> }
>
> if I remove it.... the generation is done .
>
> To give you an idea... this source file contains +/- 1900 lines of
> code... and this little block of code stops the generation...
>
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Jsdoc-user mailing list
> Jsd...@li...
> https://lists.sourceforge.net/lists/listinfo/jsdoc-user
|