Optimize kdoc

This commit is contained in:
2024-01-24 16:16:18 +08:00
parent cecf4ab2bf
commit ea2868e87a
11 changed files with 31 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ class AuthenticationController(
*
* @param request
* @param retrieveParam Retrieve parameters
* @return Response object include retrieve result
* @return Response object includes retrieve result
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
* @see HttpServletRequest

View File

@@ -14,7 +14,7 @@ import top.fatweb.oxygen.api.vo.permission.GroupWithRoleVo
import top.fatweb.oxygen.api.vo.permission.base.GroupVo
/**
* Group controller
* Group management controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
@@ -28,7 +28,7 @@ class GroupController(
* Get group by ID
*
* @param id Group ID
* @return Response object includes group info
* @return Response object includes group information
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
* @see ResponseResult

View File

@@ -9,7 +9,7 @@ import top.fatweb.oxygen.api.service.permission.IPowerService
import top.fatweb.oxygen.api.vo.permission.PowerSetVo
/**
* Power controller
* Power management controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0

View File

@@ -14,7 +14,7 @@ import top.fatweb.oxygen.api.vo.permission.RoleWithPowerVo
import top.fatweb.oxygen.api.vo.permission.base.RoleVo
/**
* Role controller
* Role management controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0

View File

@@ -15,7 +15,7 @@ import top.fatweb.oxygen.api.vo.permission.UserWithPowerInfoVo
import top.fatweb.oxygen.api.vo.permission.UserWithRoleInfoVo
/**
* User controller
* User management controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0

View File

@@ -20,7 +20,7 @@ import top.fatweb.oxygen.api.vo.system.MailSettingsVo
import top.fatweb.oxygen.api.vo.system.SensitiveWordVo
/**
* System settings controller
* System settings management controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0

View File

@@ -11,7 +11,7 @@ import top.fatweb.oxygen.api.service.system.IStatisticsService
import top.fatweb.oxygen.api.vo.system.*
/**
* Statistics controller
* Statistics management controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0

View File

@@ -13,7 +13,7 @@ import top.fatweb.oxygen.api.vo.PageVo
import top.fatweb.oxygen.api.vo.system.SysLogVo
/**
* System log controller
* System log viewer controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0