Update JSDoc and add some minor doc changes

This commit is contained in:
Jürg Lehni 2019-06-22 13:40:19 +02:00
parent 0b806e52db
commit e5d7bafd39
6 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit da249447ca037b67cad8193c59e8ce33fb40c61f
Subproject commit e311a021c10ff56b98cd95099485d44a29fab51b

View file

@ -104,7 +104,7 @@ var Matrix = Base.extend(/** @lends Matrix# */{
* also work for calls of `set()`.
*
* @function
* @param {...*} value
* @param {...*} values
* @return {Point}
*/
set: '#initialize',

View file

@ -170,7 +170,7 @@ var Point = Base.extend(/** @lends Point# */{
* for calls of `set()`.
*
* @function
* @param {...*} value
* @param {...*} values
* @return {Point}
*/
set: '#initialize',

View file

@ -159,7 +159,7 @@ var Rectangle = Base.extend(/** @lends Rectangle# */{
* constructors also work for calls of `set()`.
*
* @function
* @param {...*} value
* @param {...*} values
* @return {Rectangle}
*/
set: '#initialize',

View file

@ -130,7 +130,7 @@ var Size = Base.extend(/** @lends Size# */{
* for calls of `set()`.
*
* @function
* @param {...*} value
* @param {...*} values
* @return {Size}
*/
set: '#initialize',

View file

@ -691,7 +691,7 @@ var Color = Base.extend(new function() {
* constructors also work for calls of `set()`.
*
* @function
* @param {...*} value
* @param {...*} values
* @return {Color}
*/
set: '#initialize',