Skip to content

Commit

Permalink
add header comments to internal files
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 25, 2020
1 parent 35b8510 commit 1ec3d9b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion internal/quickfort/build.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-- build-related logic for the quickfort script
--[====[
build-related logic for the quickfort script
]====]

local _ENV = mkmodule('hack.scripts.internal.quickfort.build')

Expand Down
4 changes: 3 additions & 1 deletion internal/quickfort/common.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-- common logic for the quickfort modules
--[====[
common logic for the quickfort script
]====]

local _ENV = mkmodule('hack.scripts.internal.quickfort.common')

Expand Down
4 changes: 3 additions & 1 deletion internal/quickfort/dig.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-- dig-related logic for the quickfort script
--[====[
dig-related logic for the quickfort script
]====]

local _ENV = mkmodule('hack.scripts.internal.quickfort.dig')

Expand Down
4 changes: 3 additions & 1 deletion internal/quickfort/place.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-- place-related logic for the quickfort script
--[====[
place-related logic for the quickfort script
]====]

local _ENV = mkmodule('hack.scripts.internal.quickfort.place')

Expand Down
4 changes: 3 additions & 1 deletion internal/quickfort/query.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-- query-related logic for the quickfort script
--[====[
query-related logic for the quickfort script
]====]

local _ENV = mkmodule('hack.scripts.internal.quickfort.query')

Expand Down

0 comments on commit 1ec3d9b

Please sign in to comment.