Fixed namespace exclusion filtering
This commit is contained in:
@@ -2,7 +2,7 @@ compilation_database_dir: debug
|
||||
output_directory: docs/diagrams
|
||||
generate_links:
|
||||
link: 'https://github.com/bkryza/clang-uml/blob/{{ git.commit }}/{{ element.source.path }}#L{{ element.source.line }}'
|
||||
tooltip: '{% if "comment" in element %}{{ abbrv(trim(replace(element.comment, "\n+", " ")), 256) }}{% else %}{{ element.name }}{% endif %}'
|
||||
tooltip: '{% if existsIn(element, "comment") and existsIn(element.comment, "brief") %}{{ abbrv(trim(replace(element.comment.brief.0, "\n+", " ")), 256) }}{% else %}{{ element.name }}{% endif %}'
|
||||
diagrams:
|
||||
main_package:
|
||||
include!: uml/main_package_diagram.yml
|
||||
|
||||
Reference in New Issue
Block a user