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:: vprint(std::FILE *, string_view, format_args)
|
||||
|
||||
.. _format-api:
|
||||
|
||||
Named arguments
|
||||
---------------
|
||||
|
||||
@ -81,6 +79,8 @@ Compatibility
|
||||
.. doxygentypedef:: fmt::string_view
|
||||
.. doxygentypedef:: fmt::wstring_view
|
||||
|
||||
.. _format-api:
|
||||
|
||||
Format API
|
||||
==========
|
||||
|
||||
|
@ -16,7 +16,7 @@ alternative to C++ IOStreams.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
.. _format-api:
|
||||
.. _format-api-intro:
|
||||
|
||||
Format API
|
||||
----------
|
||||
|
@ -67,6 +67,7 @@ your ``CMakeLists.txt`` file::
|
||||
add_subdirectory(fmt)
|
||||
|
||||
or
|
||||
|
||||
::
|
||||
|
||||
add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
||||
|
Loading…
Reference in New Issue
Block a user