[Jsdoc-user] JsDoc toolkit 5.2
Status: Inactive
Brought to you by:
mmathews
From: Eefje C. <Eef...@ar...> - 2007-06-27 11:50:13
|
Hi, =20 In order to get rid of some 'recursive' problems using JsDoc from sourceforge, I installed JsDoc toolkit 5.2. This solves my problem regarding recursion, but some tags aren't recognized in the toolkit. =20 For example: =20 1. /** * id of the employee selected (could be logged user). * @field employeeId * @type String=20 */=20 This isn't recognized, although @field should work, I assume. The @type tag was also usefull, so I could be redirected to the String class... 2. Are there alternatives for @type , @see, @return, ... in JsDoc toolkit ? =20 Kind Regards, Eefje. |