Closed GoogleCodeExporter closed 8 years ago
Seems to be choking on indices and inefficient sub-scripting. Looks like we
might need a @elementOf tag to handle this kind of issue. on a side note might
want to consider rewriting what your doing to avoid that kind of construct as
it is in itself inefficient.
Original comment by abyss...@gmail.com
on 3 Jul 2010 at 3:59
I agree that this warning could be avoided by rewriting the source code, but
even if it is inefficient the sample code is valid an so it is a bug that JSDoc
breaks on it.
It is not reasonable to get JSDoc 2 to support documenting subscripted names,
as are used in the example, but I can at least get the tool to carry on without
warning.
Please try out my proposed fix, committed in revision 844.
Original comment by micmath
on 3 Jul 2010 at 7:05
Original issue reported on code.google.com by
dusan.smolnikar@gmail.com
on 20 Jan 2010 at 8:58