Skip to content

Commit 1d45cfe

Browse files
committed
Path fix
1 parent a5d21d4 commit 1d45cfe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/elements/Tree.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ local VisualElement = require("elements/VisualElement")
22
local sub = string.sub
33
---@cofnigDescription The tree element provides a hierarchical view of nodes that can be expanded and collapsed, with support for selection and scrolling.
44

5-
65
--- This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,
76
--- with support for selection and scrolling.
87
---@class Tree : VisualElement

tools/generate-docs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local arg = arg or {...}
33
local SRC_DIR = arg[1] or 'src'
44
local OUT_DIR = arg[2] or 'docs'
55

6-
local BasaltDoc = require('BasaltDoc')
6+
local BasaltDoc = require('tools/BasaltDoc')
77

88
local fileSystem
99
if fs then

0 commit comments

Comments
 (0)