aboutsummaryrefslogtreecommitdiff
path: root/doc/usage.rst
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2019-05-18 08:56:49 -0700
committerVictor Zverovich <victor.zverovich@gmail.com>2019-05-18 08:56:49 -0700
commit28c187bcd7f5bd35be61a96024a930e145c6c336 (patch)
tree89b18819f34c7d063d3dc9ab656f7d2119c68e46 /doc/usage.rst
parent91bb3aaf06ada9ce2cbe29bcad5c1611fa962907 (diff)
downloadfmtlib-28c187bcd7f5bd35be61a96024a930e145c6c336.tar.gz
Capitalize titles
Diffstat (limited to 'doc/usage.rst')
-rw-r--r--doc/usage.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage.rst b/doc/usage.rst
index ca925162..c3b0b410 100644
--- a/doc/usage.rst
+++ b/doc/usage.rst
@@ -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