C++, fix cross references in compound directives

Fixes sphinx-doc/sphinx#5078
This commit is contained in:
Jakob Lykke Andersen
2020-01-24 23:18:48 +01:00
parent 80e08fe8fa
commit 84bd44d04a
4 changed files with 301 additions and 62 deletions

View File

@@ -43,7 +43,10 @@ Features added
Bugs fixed
----------
* C++, fix cross reference lookup in certain cases involving function overloads.
* C++, fix cross reference lookup in certain cases involving
function overloads.
* #5078: C++, fix cross reference lookup when a directive contains multiple
declarations.
Testing
--------