Gerrit Voss wrote: > Hi, > > On Wed, 2009-02-04 at 12:07 +0100, Marcus Lindblom wrote: > >> Gerrit Voss wrote: >> >>> Hi, >>> >>> >>> I guess source code junkies like me would get used to looking at >>> the defines to find the information instead of looking at an >>> actual class. >>> >>> >> Hm. I'm not afraid of the source :) but OpenSG's source tends to be a >> bit newline-rich for my taste, so Doxygen is actually a more concise >> presentation. >> > > one thing I noticed trying it is that some function grouping is done in > the header. Not knowing doxygen too much would that still work ? > Hm. No, probably not out of the box. I forgot that doxygen does not expand macros automatically. We would have to tell doxygen to auto-expand all macros (which might confuse it for other macros, such as SWARNING or similar), or name each macro in doxygen's config file. Neither are good solutions.
I can't come up with a good solution here, at least not of top of my head. Naming the macro similarly in all classes and #undeffing it after the class's definition is hackish. So is using #include (which may not work either). Cheers, /Marcus ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
