C++, tparam info field docs.

This commit is contained in:
Jakob Lykke Andersen
2015-11-21 16:51:17 +01:00
parent 3e5e102da1
commit 89d7ab6941
2 changed files with 2 additions and 1 deletions

View File

@@ -755,6 +755,7 @@ Info field lists
The C++ directives support the following info fields (see also :ref:`info-field-lists`):
* `param`, `parameter`, `arg`, `argument`: Description of a parameter.
* `tparam`: Description of a template parameter.
* `returns`, `return`: Description of a return value.
* `throws`, `throw`, `exception`: Description of a possibly thrown exception.