Skip to content

Commit 18c42ba

Browse files
authored
parameter updated
1 parent 25605e4 commit 18c42ba

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

documentation/Functions.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,16 @@ cobiGenJava("path/to/java/file/MyEntity.java",[1,3,5,6,8])
178178
### createDevon4jProject <a name="createDevon4jProject"></a>
179179
This function is used to create a [devon4j](https://github.com/devonfw/devon4j) project.
180180
#### parameter
181-
You need one parameter for this function
182-
Example:createDevon4jProject(1st parameter)
183-
1st parameter: The base package name and it is of type string.
181+
This function has only one parameter.
182+
1st parameter:
183+
- **Required**
184+
- **Type**- String
185+
- **Description**- The base package name and it is of type string.
184186
#### example
185187
createDevon4jProject("com.mycustomer.myapplication")
186-
Note: This function generates command the katacoda user has to execute manually.
187-
188+
Note:
189+
1. This function generates command the katacoda user has to execute manually.
190+
2. To execute this function, devonfw-ide must be installed.
188191

189192
***
190193

0 commit comments

Comments
 (0)