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.66
2.0.66
Created 04 February 2022.
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.66"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-jsdoc:2.0.66") } } apply(plugin = "com.liferay.jsdoc")
- Applying plugins to all subprojects .