Skip to content

Commit

Permalink
Some tools need 3 dashes as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberth289346 committed Sep 7, 2023
1 parent c3f03f7 commit ab0da46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CorsixTH/Lua/level_editor/data_storage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ end
--! A nummeric value to be edited.
class "LevelValue"

--@type LevelValue
---@type LevelValue
local LevelValue = _G["LevelValue"]

--! Integer level configuration value in the level config editor.
Expand Down Expand Up @@ -182,7 +182,7 @@ end
--! Common base class for an editable area in the level editor.
class "LevelSection"

--@type LevelSection
---@type LevelSection
local LevelSection = _G["LevelSection"]

--! Base class for editing a group of values.
Expand Down Expand Up @@ -225,7 +225,7 @@ end
--! Section with one or more related values.
class "LevelValuesSection" (LevelSection)

--@type LevelValuesSection
---@type LevelValuesSection
local LevelValuesSection = _G["LevelValuesSection"]

LevelValuesSection.LABEL_WIDTH = 100
Expand Down Expand Up @@ -462,7 +462,7 @@ end
--! A "screen" with displayed sections that can be edited.
class "LevelEditPage" (LevelPage)

--@type LevelEditPage
---@type LevelEditPage
local LevelEditPage = _G["LevelEditPage"]

--! A 'screen' with values that can be modified.
Expand Down Expand Up @@ -523,7 +523,7 @@ end
--! Class with tabs to select a child editpage, and room to display the selected page.
class "LevelTabPage" (LevelPage)

--@type LevelTabPage
---@type LevelTabPage
local LevelTabPage = _G["LevelTabPage"]

function LevelTabPage:LevelTabPage(edit_pages)
Expand Down
2 changes: 1 addition & 1 deletion CorsixTH/Lua/tree_access.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
-- Static class for extracting translated text strings by name.
class "TreeAccess"

-- @type TreeAccess
---@type TreeAccess
local TreeAccess = _G["TreeAccess"]

--! Collect policy function that stores all name parts in the same given outer
Expand Down

0 comments on commit ab0da46

Please sign in to comment.