Test
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -3,9 +3,13 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build docs
|
name: Build docs
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ basalt.LOGGER = require("log")
|
|||||||
local mainFrame = nil
|
local mainFrame = nil
|
||||||
local updaterActive = false
|
local updaterActive = false
|
||||||
|
|
||||||
--- Creates and returns a new UI element of the specified type
|
--- Creates and returns a new UI element of the specified type!
|
||||||
--- @shortDescription Creates a new UI element
|
--- @shortDescription Creates a new UI element
|
||||||
--- @param type string The type of element to create (e.g. "Button", "Label", "BaseFrame")
|
--- @param type string The type of element to create (e.g. "Button", "Label", "BaseFrame")
|
||||||
--- @param id? string Optional unique identifier for the element
|
--- @param id? string Optional unique identifier for the element
|
||||||
|
|||||||
Reference in New Issue
Block a user