Fixed class method links in PlantUML diagrams

This commit is contained in:
Bartek Kryza
2023-06-26 16:15:10 +02:00
parent ef753eaaff
commit ed151f45e1
3 changed files with 26 additions and 0 deletions

View File

@@ -1268,6 +1268,9 @@ void translation_unit_visitor::process_method(
process_comment(mf, method);
// Register the source location of the field declaration
set_source_location(mf, method);
if (method.skip())
return;