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
-- these lines indicate that the script supports the "enable" API so you
-- can start it by running "enable example-mod" and stop it by running
-- "disable example-mod"
-- these lines indicate that the script supports the "enable"
-- API so you can start it by running "enable example-mod" and
-- stop it by running "disable example-mod"
--@module = true
--@enable = true
-- this is the help text that will appear in `help` and `gui/launcher`
-- Documentation on how to format docs here:
-- see possible tags here: https://docs.dfhack.org/en/latest/docs/Tags.html
-- this is the help text that will appear in `help` and
-- `gui/launcher`. see possible tags here:
-- https://docs.dfhack.org/en/latest/docs/Tags.html
--[====[
example-mod
===========