This commit is contained in:
Victor Zverovich 2018-05-13 08:04:39 -07:00
parent 3aa2911579
commit dfb6546932
3 changed files with 4 additions and 3 deletions

View File

@ -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
==========

View File

@ -16,7 +16,7 @@ alternative to C++ IOStreams.
</div>
</div>
.. _format-api:
.. _format-api-intro:
Format API
----------

View File

@ -67,6 +67,7 @@ your ``CMakeLists.txt`` file::
add_subdirectory(fmt)
or
::
add_subdirectory(fmt EXCLUDE_FROM_ALL)