summaryrefslogtreecommitdiff
path: root/tools/ldoc.ltp
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-09-16Moved ldoc.ltp from doc to tools.John MacFarlane
doc should be reserved for actual documents, I think. @tarleb - will this cause a problem?