[Doxygen-users] Forward declaration of typedef results in warning
Brought to you by:
dimitri
From: didje <dia...@pd...> - 2014-03-12 11:09:08
|
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. |