-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support optional
component
keyword in PlantUML diagram rules
It is valid PlantUML syntax to prepend the `component` keyword to a component declaration, e.g. ``` component [MyComponent] <<..mycmp..>> ``` Since it doesn't create a big overhead to support this as an optional part of the component declaration, we can add it to make it easier for users that distinguish their components from other types of objects like databases. Signed-off-by: Tomasz Fijalkowski <3066563+tfij@users.noreply.github.com>
- Loading branch information
1 parent
0daf60e
commit 2ec2db2
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters