Re: [Doxygen-users] enum value of "NONE" is not understood by Doxygen.
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-03-12 11:13:32
|
I tried the example with version 1.8.6 and didn't see a problem / warning (standard doxygen configuration file, adding \file command to Aclass.{h,cpp} - Which version are you using? - Any special settings in your doxygen configuration file? Albert On Wed, Mar 12, 2014 at 11:34 AM, didje <dia...@pd...> wrote: > In this example: > > AClass.h > > enum AnEnum { > NONE=0, A_VALUE, B_VALUE > }; > > > AClass.cpp > > /*! \enum AnEnum > * \brief Various useful values > */ > > /*! \var A_VALUE > * \brief THe value of A > */ > > /*! \var B_VALUE > * \brief THe value of B > */ > > /*! \var NONE > * \brief A value of zero > */ > > > Doxygen gives me the warning message: > > Warning: no matching class member found for AnEnum::NONE > > If I change the name of "NONE" to "NONE*X*", I don't have this warning. So > it would seem that > "NONE" is not understood properly by doxygen as an enum value. > > Does anyone know if I can get around this somehow (other than by renaming > "NONE"). This would seem to be a bug in Doxygen. > > > > > -- > View this message in context: > http://doxygen.10944.n7.nabble.com/enum-value-of-NONE-is-not-understood-by-Doxygen-tp6541.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 > |