Skip to content

Commit fa88649

Browse files
committed
Fix formatting of table in documentation
1 parent d1e4811 commit fa88649

File tree

1 file changed

+1
-1
lines changed
  • documentation/developer-guide/modules/tooling-guide/pages

1 file changed

+1
-1
lines changed

documentation/developer-guide/modules/tooling-guide/pages/samm-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ of model resolution] for more information.
105105
| _--language, -l_ : the language from the model for which the diagram should be
106106
generated (default: en) |
107107
| _--custom-resolver_ : use an external resolver for the resolution of the model elements | `samm aspect AspectModel.ttl to svg --custom-resolver "java -jar resolver.jar"`
108-
.11+| [[aspect-to-java]] aspect <model> to java | Generate Java classes from an Aspect Model | `samm aspect AspectModel.ttl to java`
108+
.12+| [[aspect-to-java]] aspect <model> to java | Generate Java classes from an Aspect Model | `samm aspect AspectModel.ttl to java`
109109
| _--output-directory, -d_ : output directory to write files to (default:
110110
current directory) |
111111
| _--package-name, -pn_ : package to use for generated Java classes | `samm aspect AspectModel.ttl to java -pn org.company.product`

0 commit comments

Comments
 (0)