Improved documentation. Added IDL docs. (#3619)

This commit is contained in:
Branimir Karadžić
2026-03-04 22:55:05 -08:00
committed by GitHub
parent ccdbacdb74
commit de17eda241
14 changed files with 2241 additions and 557 deletions

View File

@@ -107,6 +107,9 @@ function gen.gen()
r[#r+1] = s or ""
end
emit(".. AUTO GENERATED! DO NOT EDIT!")
emit()
-- Determine leaf sections and build parent paths for item lookup.
-- A leaf section is one not immediately followed by a deeper-level section.
-- The path is "parent_title/title" (used to disambiguate duplicate titles).