Capitalize titles

This commit is contained in:
Victor Zverovich
2019-05-18 08:56:49 -07:00
parent 91bb3aaf06
commit 28c187bcd7
4 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ before other includes in :file:`format.cc`.
.. _building:
Building the library
Building the Library
====================
The included `CMake build script`__ can be used to build the fmt
@@ -90,7 +90,7 @@ Setting up your target to use a header-only version of ``fmt`` is equaly easy::
target_link_libraries(<your-target> PRIVATE fmt-header-only)
Building the documentation
Building the Documentation
==========================
To build the documentation you need the following software installed on your