aboutsummaryrefslogtreecommitdiff
path: root/tools/update-lua-docs.lua
AgeCommit message (Collapse)AuthorFilesLines
2020-03-13tools: delete Lua documentation helper cruftAlbert Krewinkel1-49/+0
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 Krewinkel1-1/+3
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 MacFarlane1-1/+1
2017-12-01lua-filters.md: add documentation for pandoc.ListAlbert Krewinkel1-10/+25
2017-09-30Provide make target to update lua module docs (#3946)Albert Krewinkel1-0/+32
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.