From afc1a74a6c4c3265f3001dff89a2efe88ec8c26b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 18 May 2019 09:10:17 -0700 Subject: [PATCH] Minor documentation fixes --- doc/build.py | 2 +- doc/usage.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build.py b/doc/build.py index 924563f0..078f2238 100755 --- a/doc/build.py +++ b/doc/build.py @@ -94,7 +94,7 @@ def build_docs(version='dev', **kwargs): "FMT_BEGIN_NAMESPACE=namespace fmt {{" \ "FMT_END_NAMESPACE=}}" \ "FMT_STRING_ALIAS=1" \ - "FMT_ENABLE_IF_T(B, T)=T" + "FMT_ENABLE_IF_T(B)=int" EXCLUDE_SYMBOLS = fmt::internal::* StringValue write_str '''.format(include_dir, doxyxml_dir).encode('UTF-8')) if p.returncode != 0: diff --git a/doc/usage.rst b/doc/usage.rst index 05791e15..35247dbd 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -52,8 +52,8 @@ To build a `shared library`__ set the ``BUILD_SHARED_LIBS`` CMake variable to __ http://en.wikipedia.org/wiki/Library_%28computing%29#Shared_libraries -Installing the library -==================== +Installing the Library +====================== After building the library you can install it on a Unix-like system by running :command:`sudo make install`.