Migrate to mkdocs

This commit is contained in:
Victor Zverovich
2024-06-02 08:26:56 -07:00
parent 0714113974
commit 38ba3d3993
8 changed files with 18 additions and 22 deletions
+3 -3
View File
@@ -146,8 +146,8 @@ FMT_API std::system_error vwindows_error(int error_code, string_view format_str,
where *<message>* is the formatted message and *<system-message>* is the
system message corresponding to the error code.
*error_code* is a Windows error code as given by ``GetLastError``.
If *error_code* is not a valid error code such as -1, the system message
`error_code` is a Windows error code as given by ``GetLastError``.
If `error_code` is not a valid error code such as -1, the system message
will look like "error -1".
**Example**::
@@ -437,7 +437,7 @@ class FMT_API ostream {
/**
\rst
Opens a file for writing. Supported parameters passed in *params*:
Opens a file for writing. Supported parameters passed in `params`:
* ``<integer>``: Flags passed to `open
<https://pubs.opengroup.org/onlinepubs/007904875/functions/open.html>`_