Bindings generation
#4
I've had partial success extracting the DoxyComments, even without actually editing the ToLua++ parser at all. Thanks to Lua's being so flexible, and the parser having enough hooks, it's actually possible to inject the DoxyComments properly.

The only problem I'm facing right now is with the following C++ code format:
/** DoxyComment */
void Function(void); // tolua_export
The ToLua++ parser strips away the lines not marked for export before even starting the parser, so the DoxyComment line is lost before it could be processed.

Here's an updated example of the extracted cWorld documentation:
https://gist.github.com/madmaxoft/3e2cc1...060f54e6fa
Reply
Thanks given by:


Messages In This Thread
Bindings generation - by xoft - 05-19-2016, 10:18 PM
RE: Bindings generation - by NiLSPACE - 05-19-2016, 11:27 PM
RE: Bindings generation - by xoft - 05-20-2016, 07:37 AM
RE: Bindings generation - by xoft - 05-22-2016, 10:06 PM
RE: Bindings generation - by xoft - 05-24-2016, 09:40 PM
RE: Bindings generation - by xoft - 07-18-2016, 12:45 AM



Users browsing this thread: 1 Guest(s)