jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.84k stars 172 forks source link

Enhancement: Render Header/Title and/or Legend #85

Closed jfeliu007 closed 4 years ago

jfeliu007 commented 4 years ago

Fixes #71 Added functionality to the parser to allow for notes and title. Also modified the cli to accept notes, title and a new option to show a legend of the command flags passed to the call.

codecov[bot] commented 4 years ago

Codecov Report

Merging #85 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #85   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         571    583   +12     
=====================================
+ Hits          571    583   +12
Impacted Files Coverage Δ
parser/class_parser.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08f1c3e...858bebb. Read the comment docs.