This commit is contained in:
Robert Jelic
2025-02-10 07:02:19 +01:00
parent 8a435363bb
commit cb5faebe3f
2 changed files with 5 additions and 1 deletions

View File

@@ -3,9 +3,13 @@ on:
pull_request:
branches:
- main
paths:
- 'src/**'
push:
branches:
- main
paths:
- 'src/**'
jobs:
build:
name: Build docs

View File

@@ -17,7 +17,7 @@ basalt.LOGGER = require("log")
local mainFrame = nil
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
--- @param type string The type of element to create (e.g. "Button", "Label", "BaseFrame")
--- @param id? string Optional unique identifier for the element