This commit is contained in:
Aleksey Chichenkov 2018-09-19 13:40:04 +03:00
parent bbb8ca5fdf
commit d666a13d72
11 changed files with 687 additions and 164 deletions

View file

@ -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() {