seq diagram needs different levels of detail
Status: Alpha
Brought to you by:
wadeguthrie
On the sequence diagrams, need 2 levels of detail.
-s = package-level detail -- use package and interface names
-S = module-level detail -- use module and entrypoint names.
They should be independent flags -- you can do one, the other, both, or neither. Default would be package-level.
The module-level detail should include the parameters as well as the entrypoint