[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua - C++ Bindings
- From: Wesley Smith <wesley.hoke@...>
- Date: Wed, 21 Jan 2009 10:33:41 -0800
> 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