Commit ca5a0d7d by ibaker Committed by microkatz

Remove @hide javadoc annotation from ExoPlayer GitHub

This tag is only understood by Dackka, which is used to generate the media3 javadoc.

PiperOrigin-RevId: 489233200
(cherry picked from commit 0388631e)
parent 5eddd968
...@@ -39,7 +39,6 @@ class CombinedJavadocPlugin implements Plugin<Project> { ...@@ -39,7 +39,6 @@ class CombinedJavadocPlugin implements Plugin<Project> {
options { options {
links "https://developer.android.com/reference", guavaReferenceUrl links "https://developer.android.com/reference", guavaReferenceUrl
encoding = "UTF-8" encoding = "UTF-8"
tags = ["hide"]
} }
options.addBooleanOption "-no-module-directories", true options.addBooleanOption "-no-module-directories", true
exclude "**/BuildConfig.java" exclude "**/BuildConfig.java"
......
...@@ -127,7 +127,7 @@ public class LibopusAudioRenderer extends DecoderAudioRenderer<OpusDecoder> { ...@@ -127,7 +127,7 @@ public class LibopusAudioRenderer extends DecoderAudioRenderer<OpusDecoder> {
} }
/** /**
* {@inheritDoc} g * {@inheritDoc}
* *
* @hide * @hide
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment