Minor documentation fixes

This commit is contained in:
Victor Zverovich 2019-05-18 09:10:17 -07:00
parent ad0eade471
commit afc1a74a6c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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`.