﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16714	Add missing API  jsdoc tags	Robert Flaherty		"I started running into missing types, and having them is more helpful then having to look into the source.  I don't know what kind of tool is generating the docs, and what validation can be achieved, like:

- missing/mismatched @param count and names; I see Object gets spit out by default, so I assume there is some intelligent parsing of the parameters
- missing @returns when body has return statement; this may be hard given nested classes

Anyway, I did a regexp search for methods in the SDK output that would have return types ((?:get|is|has|find|create|exists)\\w*).
"	Task	confirmed	Nice to have (we want to work on it)		General	4.6.0			
