Skip to content

Commit

Permalink
LDoc - Disable all comments on Cast.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Aug 16, 2023
1 parent 0394e67 commit 190e36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions System/API/Cast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module('br.player.cast')
local _, br = ...
if br.api == nil then br.api = {} end

--- Cast is the table located at br.player.cast.
-- Cast is the table located at br.player.cast.
-- These functions are accessible via `local cast = br.player.cast`
-- @section Cast

---
--
-- @description This API provides functions to retrieve information about spell casts.
-- The 'cast' table is located at br.player.cast. Use this in your profile to access the functions.
-- 'id' is the spellID passed from the builder, which cycles through all the collected ability spells from the spell list for the spec.
Expand Down

0 comments on commit 190e36b

Please sign in to comment.