Doxygen 1.8.2 release changelog says support has been added to C ++ 11 return return types. However, parsing my codes with Doxygen version 1.8.4 causes the return type to be auto rather than the return type.
Is there any parameter that needs to be configured for proper operation?
Edit:
The figure below shows that the return types are auto , which I believe is not consistent with the correct behavior.

c ++ c ++ 11 trailing-return-type doxygen return-type-deduction
Allan
source share