#367: Added automatic exclusion of hidden members in inheritance diagrams, and an option to selectively enable it.

This commit is contained in:
Georg Brandl
2011-01-07 22:35:57 +01:00
parent 5c39cfb6e9
commit 30f85dab6e
3 changed files with 23 additions and 5 deletions

View File

@@ -70,6 +70,9 @@ Release 1.1 (in development)
* #259: HTML table rows now have even/odd CSS classes to enable
"Zebra styling".
* #367: Added automatic exclusion of hidden members in inheritance
diagrams, and an option to selectively enable it.
* #306: Added :event:`env-get-outdated` event.
* C++ domain now supports array definitions.