Skip to content

copybrief overload deambiguation doesn't seem to work #842

Open
@anarthal

Description

@anarthal

Using overload deambiguation seems to always select the first member of the overload set. Reading #527, I thought this was already implemented.

namespace boost::mysql {

/// Docs for the integral overload.
void f(int);

/// Docs for the floating point overload.
void f(float);

/// \copydoc f(float)
void other(double);

}  // namespace boost::mysql

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureSomething new that it should do

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions