[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Supplying LUA Documentation
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 2 Jan 2001 11:00:36 -0200 (EDT)
>How do you all go about supplying LUA documentation to the users
>of your various applications? Do you modify the Postscript/HTML
>or just reference the standard docs and provide separate documents
>for your extensions?
If you simply add new functions to Lua, the simplest way is to write a separate
manual for just your part and leave the rest untouched.
For real life examples (which do not follow this practice :-), see
Yindo - http://www.yindo.com/docs/
uCore - http://thallium.nexen.net/thlua/thlua.html
See also FAQ 1.6 "What do I call software derived from Lua?":
http://www.tecgraf.puc-rio.br/lua/faq.html#1.6
--lhf