Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart authored Sep 27, 2023
1 parent 9ce721c commit 18ec502
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config.ld
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ file = {
}

module_file = {
Character = "gamemode/core/meta/sh_character.lua",
Entity = "gamemode/core/meta/sh_entity.lua",
Inventory = "gamemode/core/meta/sh_inventory.lua",
Item = "gamemode/core/meta/sh_item.lua",
Player = "gamemode/core/meta/sh_player.lua"
}

dir = "docs/html"
project = "Helix"
title = "Helix Documentation"
project = "Lilia"
title = "Lilia Documentation"

no_space_before_args = true
style = "docs/css"
Expand Down Expand Up @@ -57,7 +52,6 @@ end
new_type("hooks", "Hooks", true)
new_type("panel", "Panels", true)

-- helix types
tparam_alias("char", "Character")
tparam_alias("inventory", "Inventory")
tparam_alias("item", "Item")
Expand Down

0 comments on commit 18ec502

Please sign in to comment.