подправил стили для кода примеров. Добавил std, v2, tools, v2.ll.
This commit is contained in:
parent
2c27a64ea0
commit
73f3735bb6
54 changed files with 1579 additions and 342 deletions
20
docfiles/libraries/v2/boolean.js
Normal file
20
docfiles/libraries/v2/boolean.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
/**
|
||||
*
|
||||
* @class boolean
|
||||
* @memberof v2
|
||||
* @extends v2.base
|
||||
* @extends v2.ll.boolean
|
||||
*/
|
||||
function boolean() {
|
||||
|
||||
}
|
||||
|
||||
boolean.prototype = {
|
||||
/**
|
||||
* @public
|
||||
* @function copy
|
||||
* @memberof v2.boolean
|
||||
* @returns {v2.boolean}
|
||||
*/
|
||||
copy: function () {},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue