Re: [Doxygen-users] doxygen message I don't understand

2018-04-26 Thread D. R. Evans
Jakob van Bethlehem wrote on 04/19/2018 11:48 AM: > Hej, > > AFAIU Doxygen uses its entirely own parser - my guess is that this parser > simply doesn’t support decltype() yet You're probably right; decltype was officially introduced in C++11 (although I think it was available in g++ for a while

Re: [Doxygen-users] doxygen message I don't understand

2018-04-19 Thread Jakob van Bethlehem
Hej, AFAIU Doxygen uses its entirely own parser - my guess is that this parser simply doesn’t support decltype() yet - the way to fix this, is to create a patch for Doxygen, and send it, so it finds its way to the next official release. For the time being though, I’d guess you can use the PREDE

Re: [Doxygen-users] doxygen message I don't understand

2018-04-19 Thread D. R. Evans
Fabian Cenedese wrote on 04/19/2018 12:19 AM: > >> /home/n7dr/projects/drlog/src/drlog_context.cpp:1615: warning: documented >> symbol `decltype' was not declared or defined. >> >> /*! \brief Get names and values of sent exchange fields for a >> particular mode >>\param m target

Re: [Doxygen-users] doxygen message I don't understand

2018-04-18 Thread Fabian Cenedese
>/home/n7dr/projects/drlog/src/drlog_context.cpp:1615: warning: documented >symbol `decltype' was not declared or defined. > >/*! \brief Get names and values of sent exchange fields for a particular >mode >\param m target mode >\return the names and values of all the field

[Doxygen-users] doxygen message I don't understand

2018-04-18 Thread D. R. Evans
I am running debian stable. doxygen is emitting this message: /home/n7dr/projects/drlog/src/drlog_context.cpp:1615: warning: documented symbol `decltype' was not declared or defined. This is the relevant part of the source file: /*! \brief Get names and values of sent exc