mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-24 19:08:32 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6f51a23fa5 | ||
|
b5c7d57d63 | ||
|
f668a0bc6a | ||
|
8476a463e8 |
@ -68,10 +68,10 @@ subprojects {
|
|||||||
|
|
||||||
// https://discuss.gradle.org/t/best-approach-gradle-multi-module-project-generate-just-one-global-javadoc/18657/21
|
// https://discuss.gradle.org/t/best-approach-gradle-multi-module-project-generate-just-one-global-javadoc/18657/21
|
||||||
tasks.register('aggregatedJavadocs', Javadoc) {
|
tasks.register('aggregatedJavadocs', Javadoc) {
|
||||||
destinationDir = file("${layout.buildDirectory}/docs/javadoc")
|
destinationDir = layout.buildDirectory.file("docs/javadoc").get().asFile
|
||||||
title = "$project.name $version"
|
title = "$project.name $version"
|
||||||
// options.memberLevel = JavadocMemberLevel.PRIVATE
|
// options.memberLevel = JavadocMemberLevel.PRIVATE
|
||||||
options.links 'https://docs.oracle.com/javase/8/docs/api/'
|
options.links 'https://docs.oracle.com/javase/11/docs/api/'
|
||||||
options.encoding 'UTF-8'
|
options.encoding 'UTF-8'
|
||||||
// Fixes unknown tag @implNote; the other two were added precautionary
|
// Fixes unknown tag @implNote; the other two were added precautionary
|
||||||
options.tags = [
|
options.tags = [
|
||||||
|
@ -26,7 +26,7 @@ import javax.annotation.Nullable;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Note:
|
* Note:
|
||||||
* This extractor is currently (2025-07) only used to extract related video streams.<br/>
|
* This extractor is currently (2025-07) only used to extract related video streams.<br>
|
||||||
* The following features are currently not implemented because they have never been observed:
|
* The following features are currently not implemented because they have never been observed:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Shorts</li>
|
* <li>Shorts</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user