Re: [Doxygen-users] Forward declaration of typedef results in warning
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-03-12 17:04:34
|
Hi Diarmuid, Indeed without more information it is hard to get to the root of the problem. Albert On Wed, Mar 12, 2014 at 5:02 PM, Diarmuid Kieran <Dia...@pd...>wrote: > Hi again Albert > > - Version 1.8.4 > > - I don't understand the code of the macro in question, so I > can't tell you much about it. However, here are some (perhaps) relevant > doxyfile config properties: > > MACRO_EXPANSION = YES > > EXPAND_ONLY_PREDEF = YES > > Probably not much help that, this macro and its use is somewhat beyond me > (not being a C++ programmer myself...) > > > > > > *From:* Albert [mailto:alb...@gm...] > *Sent:* Wednesday, March 12, 2014 12:33 PM > *To:* Diarmuid Kieran > *Cc:* dox...@li... > *Subject:* Re: [Doxygen-users] Forward declaration of typedef results in > warning > > > > - 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 > > > -------------------------------------------------------------------------------- > This e-mail, including any attached files, may contain confidential and > privileged information for the sole use of the intended recipient. Any > review, use, distribution, or disclosure by others is strictly prohibited. > If you are not the intended recipient (or authorized to receive information > for the intended recipient), please contact the sender by reply e-mail and > delete all copies of this message. > |