summaryrefslogtreecommitdiffstats
path: root/examples/example_test.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-09-07 10:11:13 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-09-07 10:11:13 (GMT)
commit74d43fa25c5db5c1b0fc6ed45a725aaee972b1b7 (patch)
tree9b2d78d8c008badde34404e278af45701f70a339 /examples/example_test.cpp
parent05547d571d1f5c32e7577ef26c830a240505d0aa (diff)
downloadDoxygen-74d43fa25c5db5c1b0fc6ed45a725aaee972b1b7.zip
Doxygen-74d43fa25c5db5c1b0fc6ed45a725aaee972b1b7.tar.gz
Doxygen-74d43fa25c5db5c1b0fc6ed45a725aaee972b1b7.tar.bz2
issue #6442 C++: Trailing return type syntax + void
When having: ``` /*! * \brief Performs some side effect */ auto side_effect_after() -> void {} ``` We get the warning: ``` warning: return type of member side_effect_after is not documented ``` as the trailing return type was not taken into consideration.
Diffstat (limited to 'examples/example_test.cpp')
0 files changed, 0 insertions, 0 deletions