[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Doxygen for Lua
- From: Wesley Smith <wesley.hoke@...>
- Date: Tue, 31 Mar 2009 15:11:30 -0700
I tried this once and had absolutely no luck. I did have luck using
LPEG and Luadoc to document my C/C++ code that was in Doxygen syntax.
Took a bit of work, but could be done in a day if you know what you're
doing and are familiar with Luadoc internals.
wes
On Tue, Mar 31, 2009 at 1:04 PM, dcharno <dcharno@comcast.net> wrote:
> Anyone using Doxygen to document their Lua code? A search on this topic
> turned up nothing. I know there is Luadoc, but my C application is already
> documented with Doxygen and it would be nice to have the Lua extensions
> documented similarly.
>