|
Something like ldoc [1] (which is LuaDocs’ successor) Thijs [1] http://stevedonovan.github.io/ldoc/ From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
On Behalf Of Anders Backman Hi. Probably a stupid newbie question: But assume you have a tool that generates LuaDoc files such as: --------------------------------------------------------------------------------- -- @module physics --- -- @field [parent=#global] #physics physics --------------------------------------------------------------------------------- -- physics -- @type physics --------------------------------------------------------------------------------- -- CylindricalJointFrame -- @type physics.CylindricalJointFrame -- @extends #physics.ConstraintFrame etc. Is there a tool that can parse this and generate...html? /Anders -- __________________________________________ |