We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f868ae6 commit 3a8c07eCopy full SHA for 3a8c07e
1 file changed
doc/static/uml/c3_dfetch_components_commands.puml
@@ -7,8 +7,8 @@ Person(user, "Developer")
7
System_Boundary(DFetch, "Dfetch") {
8
9
Boundary(DFetchCommands, "Commands") {
10
- Component(compCommon, "Common", "python", "Does stuff")
11
- Component(compCommand, "Command", "python", "Does stuff")
+ Component(compCommon, "Common", "python", "Common actions for commands")
+ Component(compCommand, "Command", "python", "Base class for commands")
12
13
Component(compCheck, "Check", "python", "Checks for updates")
14
Component(compDiff, "Diff", "python", "Creates patch of local changes")
0 commit comments