fix doc
This commit is contained in:
parent
bbb8ca5fdf
commit
d666a13d72
11 changed files with 687 additions and 164 deletions
|
@ -10,9 +10,9 @@ function GroupTypes() {
|
|||
*
|
||||
* @public
|
||||
* @function get
|
||||
* @param model_type groupType Адрес модели
|
||||
* @returns tools.promise
|
||||
* @memberof GroupTypes
|
||||
* @param {v2.model_type} groupType Адрес модели
|
||||
* @returns {tools.promise}
|
||||
*/
|
||||
this.get = function (_groupType) {
|
||||
|
|
@ -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() {
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ function ModelTypes() {
|
|||
*
|
||||
* @public
|
||||
* @function get
|
||||
* @param v2.string modelType Адрес модели
|
||||
* @returns tools.promise
|
||||
* @param {v2.string} modelType Адрес модели
|
||||
* @returns {tools.promise}
|
||||
* @memberof ModelTypes
|
||||
*/
|
||||
this.get = function (modelType) {
|
||||
|
|
|
@ -11,8 +11,8 @@ function Model() {
|
|||
*
|
||||
* @public
|
||||
* @function address
|
||||
* @returns v2.address
|
||||
* @memberof Models.Model
|
||||
* @returns {v2.address}
|
||||
*/
|
||||
this.address = function() {
|
||||
|
||||
|
@ -22,8 +22,8 @@ function Model() {
|
|||
*
|
||||
* @public
|
||||
* @function groups
|
||||
* @returns tools.promise
|
||||
* @memberof Models.Model
|
||||
* @returns {tools.promise}
|
||||
*/
|
||||
this.groups = function() {
|
||||
|
||||
|
@ -33,8 +33,8 @@ function Model() {
|
|||
*
|
||||
* @public
|
||||
* @function touch
|
||||
* @returns tools.promise
|
||||
* @memberof Models.Model
|
||||
* @returns {tools.promise}
|
||||
*/
|
||||
this.touch = function() {
|
||||
|
||||
|
@ -44,9 +44,9 @@ function Model() {
|
|||
*
|
||||
* @public
|
||||
* @function debug
|
||||
* @param v2.address destination
|
||||
* @param v2.address variables
|
||||
* @memberof Models.Model
|
||||
* @param {v2.address} destination
|
||||
* @param {v2.address} variables
|
||||
*/
|
||||
this.debug = function(destination, variables) {
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ function Trees() {
|
|||
* @public
|
||||
* @function get
|
||||
* @param {v2.string} treeTag Тег дерева. Например: "rmt", "uat"
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees
|
||||
*/
|
||||
this.get = function (treeTag) {
|
||||
|
|
|
@ -22,7 +22,7 @@ function Node() {
|
|||
*
|
||||
* @public
|
||||
* @function attributes
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees.GlobalAttributeTree.Node
|
||||
*/
|
||||
this.attributes = function() {
|
||||
|
@ -35,7 +35,7 @@ function Node() {
|
|||
*
|
||||
* @public
|
||||
* @function base_attributes
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees.GlobalAttributeTree.Node
|
||||
*/
|
||||
this.base_attributes = function() {
|
||||
|
@ -47,7 +47,7 @@ function Node() {
|
|||
*
|
||||
* @public
|
||||
* @function am
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees.GlobalAttributeTree.Node
|
||||
*/
|
||||
this.am = function() {
|
||||
|
@ -92,7 +92,7 @@ function Attributes() {
|
|||
* @public
|
||||
* @function get
|
||||
* @param {v2.string} attributeName
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees.GlobalAttributeTree.Node.Attributes
|
||||
*/
|
||||
this.get = function(attributeName) {
|
||||
|
|
|
@ -14,7 +14,7 @@ function GlobalTree() {
|
|||
* @public
|
||||
* @function get
|
||||
* @param {v2.integer} nodeId Уникальный идентификатор ноды в дереве
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees.GlobalTree
|
||||
*/
|
||||
this.get = function(nodeId) {
|
||||
|
@ -64,7 +64,7 @@ function Node() {
|
|||
* @public
|
||||
* @function get
|
||||
* @param {v2.string} attributeName Имя атрибута
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees.GlobalTree.Node
|
||||
*/
|
||||
this.get = function(attributeName) {
|
||||
|
@ -102,7 +102,7 @@ function Node() {
|
|||
*
|
||||
* @public
|
||||
* @function children
|
||||
* @returns {tools.promise.native}
|
||||
* @returns {tools.promise}
|
||||
* @memberof Trees.GlobalTree.Node
|
||||
*/
|
||||
this.children = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue