You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/jsdoc-project/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This project uses the [JSDoc Gradle Plugin](https://github.com/liferay/liferay-p
10
10
All of the configuration is captured in the __build.gradle__ file and the __jsdoc.json__ file. To test this, clone this repoitory and execute the command below in this directory
11
11
12
12
```
13
-
gradle mlJsdoc
13
+
gradle mlJsDoc
14
14
```
15
15
16
16
This will generate jsdoc for the code in __src/main/ml-modules/lib__
0 commit comments