fix doc
This commit is contained in:
parent
bbb8ca5fdf
commit
d666a13d72
11 changed files with 687 additions and 164 deletions
|
@ -1,20 +0,0 @@
|
|||
/**
|
||||
* Менеджер тип групп.<br>
|
||||
|
||||
*
|
||||
* @namespace GroupTypes
|
||||
*/
|
||||
function GroupTypes() {
|
||||
/**
|
||||
* Вернет ссылку на Тип группы.
|
||||
*
|
||||
* @public
|
||||
* @function get
|
||||
* @param model_type groupType Адрес модели
|
||||
* @returns tools.promise
|
||||
* @memberof GroupTypes
|
||||
*/
|
||||
this.get = function (_groupType) {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue