fix doc
This commit is contained in:
parent
bbb8ca5fdf
commit
d666a13d72
11 changed files with 687 additions and 164 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue