-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
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&...)
Metadata
Metadata
Assignees
Labels
No labels