Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copybrief overload deambiguation doesn't seem to work #842

Open
anarthal opened this issue Jan 31, 2025 · 3 comments
Open

copybrief overload deambiguation doesn't seem to work #842

anarthal opened this issue Jan 31, 2025 · 3 comments
Labels
Feature Something new that it should do

Comments

@anarthal
Copy link

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

@anarthal
Copy link
Author

MrDocs
    C++ Documentation Tool
    version: 0.0.3
    build: 93d5d102c39b093d402ae3f95302fd734c8de616
    built with LLVM 20.0.0git

@alandefreitas
Copy link
Collaborator

Yes. That's missing:

// KRYSTIAN FIXME: disambiguation based on signature

@anarthal
Copy link
Author

Right. Thanks.

@alandefreitas alandefreitas added the Feature Something new that it should do label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something new that it should do
Projects
None yet
Development

No branches or pull requests

2 participants