C, fix rendering of rooted nested names

Also, test doctree generation via astext().
This commit is contained in:
Jakob Lykke Andersen
2020-05-16 12:40:20 +02:00
parent 218415ac74
commit 2c90418107
3 changed files with 65 additions and 28 deletions

View File

@@ -106,6 +106,8 @@ Bugs fixed
* #7646: handle errors on event handlers
* C++, fix rendering and xrefs in nested names explicitly starting
in global scope, e.g., ``::A::B``.
* C, fix rendering and xrefs in nested names explicitly starting
in global scope, e.g., ``.A.B``.
Testing
--------