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
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
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
>/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
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