[Jsdoc-user] @param problem
Status: Inactive
Brought to you by:
mmathews
From: Avancerad W. <td...@gm...> - 2007-05-25 10:26:43
|
An error, like in this code, causes the JSDoc for the whole class to crash. Wouldn't it be nice if JSDoc notified me OR just at least ignored the the typo? The error is "@param {Observer)" /** * Registers a Observer * @param {Observer) observer The observer to register. */ this.registerObserver = function(observer){ observerArr.push(observer); } |