mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-22 01:48:58 +00:00
Compare commits
4 Commits
88ff8972e5
...
6f51a23fa5
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
|
||||
tasks.register('aggregatedJavadocs', Javadoc) {
|
||||
destinationDir = file("${layout.buildDirectory}/docs/javadoc")
|
||||
destinationDir = layout.buildDirectory.file("docs/javadoc").get().asFile
|
||||
title = "$project.name $version"
|
||||
// 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'
|
||||
// Fixes unknown tag @implNote; the other two were added precautionary
|
||||
options.tags = [
|
||||
|
@ -26,7 +26,7 @@ import javax.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* 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:
|
||||
* <ul>
|
||||
* <li>Shorts</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user