Document argument formatters

This commit is contained in:
vitaut
2016-04-20 07:16:52 -07:00
parent b69e6dcead
commit ccbc891992
3 changed files with 66 additions and 5 deletions
+9
View File
@@ -39,6 +39,15 @@ arguments in the resulting string.
.. doxygenclass:: fmt::BasicFormatter
:members:
Argument formatters
-------------------
.. doxygenclass:: fmt::BasicArgFormatter
:members:
.. doxygenclass:: fmt::ArgFormatter
:members:
Printf formatting functions
---------------------------
+1 -1
View File
@@ -76,7 +76,7 @@ copyright = u'2012-2015, Victor Zverovich'
exclude_patterns = ['virtualenv']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
default_role = 'cpp:any'
# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True