lua-users home
lua-l archive

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


> From: lua-bounces@bazar2.conectiva.com.br
> [mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of
> Jose Luis Hidalgo

> I will try to have a look at cpp2xml, and lqt, and see what
> we can do there.

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