Update docs.

This commit is contained in:
Victor Zverovich
2014-05-13 08:55:13 -07:00
parent 891da2f474
commit 83920084f7
3 changed files with 67 additions and 20 deletions
+4 -1
View File
@@ -12,4 +12,7 @@ GENERATE_XML = YES
XML_OUTPUT = doxyxml
ALIASES = "rst=\verbatim embed:rst"
ALIASES += "endrst=\endverbatim"
PREDEFINED = FMT_USE_VARIADIC_TEMPLATES
PREDEFINED = FMT_USE_VARIADIC_TEMPLATES=1 \
FMT_USE_RVALUE_REFERENCES=1
EXCLUDE_SYMBOLS = fmt::internal::* VFormat ArgInfo BasicArg CustomValue FormatParser \
NullArgAction StringValue ArgAction
+6 -1
View File
@@ -7,13 +7,18 @@ C++ Format Library API
All functions and classes provided by the C++ Format library reside
in namespace ``fmt`` and macros have prefix ``FMT_``. For brevity the
namespace is often omitted in examples.
namespace is usually omitted in examples.
.. doxygenfunction:: fmt::Format(StringRef)
.. doxygenfunction:: fmt::Format(StringRef, const Args &...)
.. doxygenclass:: fmt::BasicWriter
:members:
.. doxygenclass:: fmt::BasicFormatter
:members:
.. doxygenclass:: fmt::Formatter
:members: