Skip to content

Commit e794402

Browse files
committed
new try
1 parent 8d53c55 commit e794402

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
@@ -1,7 +1,7 @@
11
local arg = arg or {...}
22

33
local SRC_DIR = arg[1] or 'src'
4-
local OUT_DIR = arg[2] or 'build_docs/docs'
4+
local OUT_DIR = arg[2] or 'build_docs/docs/references'
55

66
local BasaltDoc = require('tools/BasaltDoc')
77

0 commit comments

Comments
 (0)