Skip to content
Snippets Groups Projects
Commit ab9e4974 authored by felmer's avatar felmer
Browse files

SSDM-3584: add V3 API Javadoc

SVN: 36509
parent 2f28c47a
No related branches found
No related tags found
No related merge requests found
......@@ -377,6 +377,8 @@ task clientsAndApis(type: Zip, dependsOn: [dssClientZip, queryApiZip, apiV3Zip,
task generateJavadoc(type: Javadoc) {
source = configurations.javadoc_sources.collect { zipTree(it).matching {
include "**/ch/ethz/sis/openbis/generic/asapi/**/*.java"
include "**/ch/ethz/sis/openbis/generic/dssapi/**/*.java"
include "**/ch/systemsx/cisd/**/api/**/*.java"
include "**/ch/systemsx/cisd/base/**/*.java"
include "**/OpenBISScreeningML.java"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment