Changed scope_t to access_t and fixed friend access specifier handling

This commit is contained in:
Bartek Kryza
2022-03-30 23:27:46 +02:00
parent a216a81e19
commit a8b57e4eb1
30 changed files with 134 additions and 137 deletions

View File

@@ -25,7 +25,7 @@ diagrams:
exclude:
namespaces:
- cppast::detail
scopes:
access:
- public
- protected
- private
@@ -73,7 +73,7 @@ diagrams:
- cppast::detail
entity_types:
- enums
scopes:
access:
- public
- protected
- private
@@ -93,7 +93,7 @@ diagrams:
exclude:
namespaces:
- cppast::detail
scopes:
access:
- public
- protected
- private