2021-05-30 15:18:08 +00:00
|
|
|
-- ██████ ██████ ██████ ███████
|
|
|
|
-- ██ ██ ██ ██ ██ ██
|
|
|
|
-- ██ ██ ██ ██ ██ ███████
|
|
|
|
-- ██ ██ ██ ██ ██ ██
|
|
|
|
-- ██████ ██████ ██████ ███████
|
|
|
|
|
|
|
|
-- This directory contains support for the doc mod:
|
|
|
|
-- https://content.minetest.net/packages/Wuzzy/doc/
|
|
|
|
-- API docs: https://repo.or.cz/minetest_doc.git/blob/HEAD:/API.md
|
|
|
|
|
|
|
|
-- The strategy here is not to have duplicate content, but to pull data from
|
|
|
|
-- existing sources.
|
|
|
|
-- Long-form article descriptions: Chat-Command-Reference.md
|
2022-05-19 01:31:01 +00:00
|
|
|
-- Short descriptions: Undecided, but maybe from the registered command definition?
|
2021-05-30 15:18:08 +00:00
|
|
|
|
2022-09-18 16:59:57 +00:00
|
|
|
worldeditadditions.doc = {
|
|
|
|
parse_reference = dofile(worldeditadditions_commands.modpath.."/doc/parse_reference.lua")
|
|
|
|
}
|
2021-05-30 15:18:08 +00:00
|
|
|
|