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

Unresolved overloads when building docs #252

Closed
vitaut opened this issue Dec 24, 2015 · 2 comments
Closed

Unresolved overloads when building docs #252

vitaut opened this issue Dec 24, 2015 · 2 comments

Comments

@vitaut
Copy link
Contributor

vitaut commented Dec 24, 2015

doxygenfunction: Unable to resolve multiple matches for function “bin” with arguments () in doxygen xml output for project “format” from directory: /home/travis/build/cppformat/cppformat/doxyxml. Potential matches:

- IntFormatSpec<unsigned, TypeSpec<'b'>> fmt::bin(unsigned)
- IntFormatSpec<unsigned long, TypeSpec<'b'>> fmt::bin(unsigned long)
- IntFormatSpec<LongLong, TypeSpec<'b'>> fmt::bin(LongLong)
- IntFormatSpec<int, TypeSpec<'b'>> fmt::bin(int)
- IntFormatSpec<long, TypeSpec<'b'>> fmt::bin(long)
- IntFormatSpec<ULongLong, TypeSpec<'b'>> fmt::bin(ULongLong)
@vitaut
Copy link
Contributor Author

vitaut commented Mar 23, 2016

Need to publish the packages with the docs as soon as it is fixed.

@vitaut
Copy link
Contributor Author

vitaut commented Apr 11, 2016

Fixed in e4f7d0d.

@vitaut vitaut closed this as completed Apr 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant