diff --git a/src/ts/card-widget.ts b/src/ts/card-widget.ts index d3cfe0fcd..59e2ea58c 100644 --- a/src/ts/card-widget.ts +++ b/src/ts/card-widget.ts @@ -1,7 +1,8 @@ /** * -------------------------------------------- - * AdminLTE card-widget.ts - * License MIT + * @file AdminLTE card-widget.ts + * @description Card widget for AdminLTE. + * @license MIT * -------------------------------------------- */ diff --git a/src/ts/direct-chat.ts b/src/ts/direct-chat.ts index cf090193e..eddeb09a3 100644 --- a/src/ts/direct-chat.ts +++ b/src/ts/direct-chat.ts @@ -1,7 +1,8 @@ /** * -------------------------------------------- - * AdminLTE direct-chat.ts - * License MIT + * @file AdminLTE direct-chat.ts + * @description Direct chat for AdminLTE. + * @license MIT * -------------------------------------------- */ diff --git a/src/ts/fullscreen.ts b/src/ts/fullscreen.ts index b24e3a4ac..22b62d5f1 100644 --- a/src/ts/fullscreen.ts +++ b/src/ts/fullscreen.ts @@ -1,8 +1,9 @@ /** - * ---------------------------------------------------------------------------- - * AdminLTE fullscreen.ts - * License MIT - * ---------------------------------------------------------------------------- + * -------------------------------------------- + * @file AdminLTE fullscreen.ts + * @description Fullscreen plugin for AdminLTE. + * @license MIT + * -------------------------------------------- */ import { diff --git a/src/ts/layout.ts b/src/ts/layout.ts index 84bfdb6f1..fc273a0c8 100644 --- a/src/ts/layout.ts +++ b/src/ts/layout.ts @@ -1,7 +1,8 @@ /** * -------------------------------------------- - * AdminLTE layout.ts - * License MIT + * @file AdminLTE layout.ts + * @description Layout for AdminLTE. + * @license MIT * -------------------------------------------- */ diff --git a/src/ts/push-menu.ts b/src/ts/push-menu.ts index 1aad37165..e9c65166b 100644 --- a/src/ts/push-menu.ts +++ b/src/ts/push-menu.ts @@ -1,7 +1,8 @@ /** * -------------------------------------------- - * AdminLTE push-menu.ts - * License MIT + * @file AdminLTE push-menu.ts + * @description Push menu for AdminLTE. + * @license MIT * -------------------------------------------- */ diff --git a/src/ts/treeview.ts b/src/ts/treeview.ts index 006cf19cd..d5e6cb9ca 100644 --- a/src/ts/treeview.ts +++ b/src/ts/treeview.ts @@ -1,7 +1,8 @@ /** * -------------------------------------------- - * AdminLTE treeview.ts - * License MIT + * @file AdminLTE treeview.ts + * @description Treeview plugin for AdminLTE. + * @license MIT * -------------------------------------------- */