formatting

develop
Myk Taylor 2023-03-24 18:47:18 -07:00
parent e4579a4aa1
commit 7cb9d3fe8c
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 6 additions and 6 deletions

@ -419,15 +419,15 @@ Ok, you're all set up! Now, let's take a look at an example
-- main file for example-mod -- main file for example-mod
-- these lines indicate that the script supports the "enable" API so you -- these lines indicate that the script supports the "enable"
-- can start it by running "enable example-mod" and stop it by running -- API so you can start it by running "enable example-mod" and
-- "disable example-mod" -- stop it by running "disable example-mod"
--@module = true --@module = true
--@enable = true --@enable = true
-- this is the help text that will appear in `help` and `gui/launcher` -- this is the help text that will appear in `help` and
-- Documentation on how to format docs here: -- `gui/launcher`. see possible tags here:
-- see possible tags here: https://docs.dfhack.org/en/latest/docs/Tags.html -- https://docs.dfhack.org/en/latest/docs/Tags.html
--[====[ --[====[
example-mod example-mod
=========== ===========