lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> You might also want to try doxygen to generate info on xml format about
> classes (with details about all members)
>
> A minimal config (doxy.cfg, in the directory where the sources are)
> might be:
>
> GENERATE_TAGFILE           = tags.xml
> EXTRACT_ALL                = YES
> RECURSIVE                  = YES
>
> The xml is generated with 'doxygen doyxy.cfg'
>
> h.t.h.
>  Hans
>

Yikes!  Have you looked at those XML files?  What a nightmare.  I
wouldn't wish parsing those on my worst enemy.
wes