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 before that, IIRC) so it hadn't
really occurred to me as a serious proposition that it simply wasn't
understood by the doxygen parser. I thought it considerably more likely that I
was doing something stupid.

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

True. I have my hands full with other projects, both proprietary and
open-source, though.

> For the time being though, ...

Good suggestion; thank you.

I've been pondering whether to use the trick you mention, but on balance I
think I'll just leave the code so that it emits the error message, and put a
comment in the code. There are already more unnatural comment structures than
I like, merely for the purpose of appeasing the doxygen parser, so I'm
disinclined to add further pinchbeck commentary.

  Doc

-- 
Web:  http://enginehousebooks.com/drevans

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to