fix doc
This commit is contained in:
parent
bbb8ca5fdf
commit
d666a13d72
11 changed files with 687 additions and 164 deletions
|
@ -8,9 +8,9 @@ function ModelType() {
|
|||
*
|
||||
* @public
|
||||
* @function get_group_type_id
|
||||
* @param alias
|
||||
* @returns v2.address
|
||||
* @memberof ModelTypes.ModelType
|
||||
* @param {v2.string} alias
|
||||
* @returns {v2.address}
|
||||
*/
|
||||
this.get_group_type_id = function(alias) {
|
||||
|
||||
|
@ -20,8 +20,8 @@ function ModelType() {
|
|||
*
|
||||
* @public
|
||||
* @function aliases
|
||||
* @returns v2.map(v2.string, v2.model_type)
|
||||
* @memberof GroupTypes.GroupType
|
||||
* @memberof ModelTypes.ModelType
|
||||
* @returns {v2.map(v2.string, v2.model_type)}
|
||||
*/
|
||||
this.aliases = function() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue