Re: [Doxygen-users] Forward declaration of typedef results in warning
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-03-12 11:32:36
|
- Which version of doxygen are you using - can you give a little bit more of an example (i.e. changes of your doxyfile compared to the standard doxyfile, definition of FORWARD_DECLARE_MACRO etc.) so the problem can be reproduced? Albert On Wed, Mar 12, 2014 at 12:09 PM, didje <dia...@pd...> wrote: > Forward declaration of typedef results in warning: > Warning: documented symbol TypeDef_A_ptr was not declared or defined. > > Example > (Note: the macro below forward declares a typedef called "TypeDef_A_ptr") > > ClassA.h > > FORWARD_DECLARE_MACRO(TypeDef_A) > > > ClassA.cpp > > /* \typedef typedef TypeDef_A_ptr > * Description of TypeDef_A > */ > > > > > > -- > View this message in context: > http://doxygen.10944.n7.nabble.com/Forward-declaration-of-typedef-results-in-warning-tp6542.html > Sent from the Doxygen - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |