docca icon indicating copy to clipboard operation
docca copied to clipboard

Free function overloads page only shows the first brief

Open vinniefalco opened this issue 7 years ago • 1 comments

Given free function declarations:

/// X
int& foo();

/// Y
int const& foo();

The overloads section will show only X.

However, if these functions are class member functions, the overloads page correctly shows the different briefs.

vinniefalco avatar Nov 07 '16 15:11 vinniefalco