com.liferay.jsdoc
Owner: Liferay
The JSDoc Gradle plugin lets you run the JSDoc tool in order to generate documentation for your project's JavaScript files.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-jsdoc
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-jsdoc
Version 2.0.48
2.0.48
Created 13 March 2020.
The JSDoc Gradle plugin lets you run the JSDoc tool in order to generate documentation for your project's JavaScript files.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.jsdoc") version "2.0.48"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-jsdoc:2.0.48") } } apply(plugin = "com.liferay.jsdoc")
- Applying plugins to all subprojects .