Use Doxygen to create a Lua API reference
authorColin Clark <colin.clark@cclark.uk>
Mon, 17 May 2021 14:19:21 +0000 (15:19 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 17 May 2021 14:19:21 +0000 (15:19 +0100)
commit6202928d32c697443ee47ceee421c6bb0aa99a19
treefc8fde27807e8a7b75a2d09b5490487159c261e7
parentd1f5150657939719b7f5dc8eac99e969eea7e020
Use Doxygen to create a Lua API reference

Generate a Lua API document - the Lua interface is minimal at the
moment, but may get expanded.

Change lua.c slightly so that the required data is visible.
Create a script to generate the Doxygen html files.
Include the API in the main help file.
doc/Makefile.am
doc/create-doxygen-lua-api.sh [new file with mode: 0755]
doc/docbook/GuideReference.xml
doc/docbook/GuideReferenceLuaAPI.xml [new file with mode: 0644]
src/lua.c