Reorganize documentation

This commit is contained in:
Dean Moldovan
2016-10-16 19:12:43 +02:00
parent 3eb569f4df
commit 67b52d808e
19 changed files with 2468 additions and 2353 deletions

View File

@@ -215,9 +215,9 @@ Passing extra arguments to the def function
.. function:: arg::arg(const char *name)
.. function:: template <typename T> arg_t<T> arg::operator=(const T &value)
.. function:: template <typename T> arg_v arg::operator=(T &&value)
.. class:: template <typename T> arg_t<T> : public arg
.. class:: arg_v : public arg
Represents a named argument with a default value