fix doc
This commit is contained in:
parent
bbb8ca5fdf
commit
d666a13d72
11 changed files with 687 additions and 164 deletions
|
@ -8,8 +8,8 @@ function GroupType() {
|
|||
*
|
||||
* @public
|
||||
* @function self
|
||||
* @returns v2.vc
|
||||
* @memberof GroupTypes.GroupType
|
||||
* @returns {v2.vc}
|
||||
*/
|
||||
this.self = function() {
|
||||
|
||||
|
@ -19,8 +19,8 @@ function GroupType() {
|
|||
*
|
||||
* @public
|
||||
* @function parent
|
||||
* @returns v2.vc
|
||||
* @memberof GroupTypes.GroupType
|
||||
* @returns {v2.vc}
|
||||
*/
|
||||
this.parent = function() {
|
||||
|
||||
|
@ -30,8 +30,8 @@ function GroupType() {
|
|||
*
|
||||
* @public
|
||||
* @function consist
|
||||
* @returns v2.vc
|
||||
* @memberof GroupTypes.GroupType
|
||||
* @returns {v2.vc}
|
||||
*/
|
||||
this.consist = function() {
|
||||
|
||||
|
@ -41,8 +41,8 @@ function GroupType() {
|
|||
*
|
||||
* @public
|
||||
* @function attributes
|
||||
* @returns v2.map(v2.string.type, v2.vc.type)
|
||||
* @memberof GroupTypes.GroupType
|
||||
* @returns {v2.map(v2.string.type, v2.vc.type)}
|
||||
*/
|
||||
this.attributes = function() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue