@@ -160,7 +160,6 @@ SHOW_LEGEND()
160160
161161> * ` arg ` .. argument required (e.g. ` alias ` )
162162> * ` ?arg ` .. argument optional (e.g. ` ?descr ` )
163- > * ` *techn ` .. technology argument is required, but if the technology is defined via $tags then no ` techn ` argument is required
164163
165164* System Context & System Landscape diagrams
166165 * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml `
@@ -180,7 +179,7 @@ SHOW_LEGEND()
180179* Container diagram
181180 * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml `
182181 * Additional Macros:
183- * ` Container(alias, label, * techn, ?descr, ?sprite, ?tags, $link) `
182+ * ` Container(alias, label, ? techn, ?descr, ?sprite, ?tags, $link) `
184183 * ` ContainerDb `
185184 * ` ContainerQueue `
186185 * ` Container_Ext `
@@ -191,7 +190,7 @@ SHOW_LEGEND()
191190* Component diagram
192191 * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml `
193192 * Additional Macros:
194- * ` Component(alias, label, * techn, ?descr, ?sprite, ?tags, $link) `
193+ * ` Component(alias, label, ? techn, ?descr, ?sprite, ?tags, $link) `
195194 * ` ComponentDb `
196195 * ` ComponentQueue `
197196 * ` Component_Ext `
0 commit comments