Skip to content

Commit

Permalink
minor change to class header output in PlantUML backend
Browse files Browse the repository at this point in the history
  • Loading branch information
anquetil committed Oct 3, 2023
1 parent f645279 commit c8bd1f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Famix-UMLDocumentor/FamixUMLPlantUMLBackend.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ FamixUMLPlantUMLBackend >> generateClassHeader: aUMLClass [
<< aUMLClass name ;
<< ' <<(' ;
<< (self classMarker: aUMLClass) ;
<< ',#' ;
<< aUMLClass color asHexString ;
<< $).
<< ',white)'.
aUMLClass isStub ifTrue: [ outputStream << 'External' ].
outputStream
<< '>> #' ;
Expand Down

0 comments on commit c8bd1f9

Please sign in to comment.