Skip to content

Broken documentation for format_to_n #1146

@mkurdej

Description

@mkurdej

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions