mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Fix docs
This commit is contained in:
parent
3aa2911579
commit
dfb6546932
@ -49,8 +49,6 @@ arguments in the resulting string.
|
|||||||
.. doxygenfunction:: print(std::FILE *, string_view, const Args&...)
|
.. doxygenfunction:: print(std::FILE *, string_view, const Args&...)
|
||||||
.. doxygenfunction:: vprint(std::FILE *, string_view, format_args)
|
.. doxygenfunction:: vprint(std::FILE *, string_view, format_args)
|
||||||
|
|
||||||
.. _format-api:
|
|
||||||
|
|
||||||
Named arguments
|
Named arguments
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
@ -81,6 +79,8 @@ Compatibility
|
|||||||
.. doxygentypedef:: fmt::string_view
|
.. doxygentypedef:: fmt::string_view
|
||||||
.. doxygentypedef:: fmt::wstring_view
|
.. doxygentypedef:: fmt::wstring_view
|
||||||
|
|
||||||
|
.. _format-api:
|
||||||
|
|
||||||
Format API
|
Format API
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ alternative to C++ IOStreams.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
.. _format-api:
|
.. _format-api-intro:
|
||||||
|
|
||||||
Format API
|
Format API
|
||||||
----------
|
----------
|
||||||
|
@ -67,6 +67,7 @@ your ``CMakeLists.txt`` file::
|
|||||||
add_subdirectory(fmt)
|
add_subdirectory(fmt)
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
||||||
|
Loading…
Reference in New Issue
Block a user