aboutsummaryrefslogtreecommitdiff
path: root/tools/update-lua-docs.lua
AgeCommit message (Collapse)Author
2020-03-13tools: delete Lua documentation helper cruftAlbert Krewinkel
The tools were useful to generate documentation from the Lua sources. However, most Lua functions are defined in Haskell, and the even documentation of functions written in Lua has been updated manually for quite a while now. The unused helper scripts, which have bit-rot to the point that they now produce broken links, are therefore removed.
2017-12-29Update tool which generates lua module docsAlbert Krewinkel
All "helper functions" are not part of the Lua code for module pandoc, but are added in Haskell. The respective documentation section must therefore be excluded from automatic regeneration.
2017-12-28Update lua-filters.md and the tool that generates it.John MacFarlane
2017-12-01lua-filters.md: add documentation for pandoc.ListAlbert Krewinkel
2017-09-30Provide make target to update lua module docs (#3946)Albert Krewinkel
The pandoc module documentation in doc/lua-filters.md was automatically generated from `data/pandoc.lua`. A make target is provided which uses a lua filter to update the documentation.