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

Broken documentation for format_to_n #1146

Closed
mkurdej opened this issue May 6, 2019 · 1 comment
Closed

Broken documentation for format_to_n #1146

mkurdej opened this issue May 6, 2019 · 1 comment

Comments

@mkurdej
Copy link
Contributor

mkurdej commented May 6, 2019

At http://fmtlib.net/5.1.0/api.html#output-iterator-support, the format_to_n function documentation was not generated due to Doxygen complaining about ambiguous match (string_view vs. wstring_view overloads).

Warning

doxygenfunction: Unable to resolve multiple matches for function “fmt::format_to_n” with arguments (OutputIt, size_t, string_view, const Args&...) in doxygen xml output for project “format” from directory: /Users/viz/work/fmt/support/build/doxyxml. Potential matches:

- template <typename OutputIt, typename... *Args*>
  format_to_n_result<OutputIt> fmt::format_to_n(OutputIt, std::size_t, string_view, const Args&...)
- template <typename OutputIt, typename... *Args*>
  format_to_n_result<OutputIt> fmt::format_to_n(OutputIt, std::size_t, wstring_view, const Args&...)
@vitaut
Copy link
Contributor

vitaut commented May 8, 2019

@vitaut vitaut closed this as completed May 8, 2019
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

2 participants