C++, fix rendering of rooted nested names

Also, test doctree generation via astext().
This commit is contained in:
Jakob Lykke Andersen
2020-05-16 11:52:42 +02:00
parent 0c9754b6cb
commit 404557c516
3 changed files with 157 additions and 117 deletions

View File

@@ -104,6 +104,8 @@ Bugs fixed
supporting images
* #7610: incorrectly renders consecutive backslashes for docutils-0.16
* #7646: handle errors on event handlers
* C++, fix rendering and xrefs in nested names explicitly starting
in global scope, e.g., ``::A::B``.
Testing
--------