Improve apidoc formatting

This commit is contained in:
Victor Zverovich
2024-06-01 09:05:17 -07:00
parent 91a859ee4a
commit e7ba467e9b
2 changed files with 12 additions and 12 deletions
+3 -6
View File
@@ -1,4 +1,4 @@
# API Reference {#string-formatting-api}
# API Reference
The {fmt} library API consists of the following parts:
@@ -55,12 +55,8 @@ specified otherwise.
<a id="print"></a>
::: print(format_string<T...>, T&&...)
::: vprint(string_view, format_args)
::: print(FILE*, format_string<T...>, T&&...)
::: vprint(FILE*, string_view, format_args)
::: println(format_string<T...>, T&&...)
::: println(FILE*, format_string<T...>, T&&...)
@@ -90,7 +86,8 @@ fmt::format_string
::: runtime(string_view)
### Formatting User-Defined Types {#udt}
<a id="udt"></a>
### Formatting User-Defined Types
The {fmt} library provides formatters for many standard C++ types.
See [`fmt/ranges.h`](#ranges-api) for ranges and tuples including standard