aboutsummaryrefslogtreecommitdiff
path: root/tools/update-lua-docs.lua
AgeCommit message (Collapse)Author
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.