mrdocs::DocComment::returns
The list of return type descriptions.
Synopsis
Declared in <mrdocs/Metadata/DocComment.hpp>
std::vector<doc::ReturnsBlock> returns;
Description
Multiple return descriptions are allowed.
The results are concatenated in the order they appear in the source code.
Created with MrDocs