Update changes

This commit is contained in:
Jakob Lykke Andersen 2017-01-15 01:00:01 +09:00
parent e3cb2bbcf1
commit 8c894fbdd9

View File

@ -38,6 +38,8 @@ Features added
* #3136: Add ``:name:`` option to the directives in ``sphinx.ext.graphviz``
* #2336: Add ``imported_members`` option to ``sphinx-autogen`` command to document
imported members.
* C++, add ``:tparam-line-spec:`` option to templated declarations.
When specified, each template parameter will be rendered on a separate line.
Bugs fixed
----------