Skip to content

Commit 0ad1cdb

Browse files
andrewlewisojw28
authored andcommitted
Tidy READMEs
PiperOrigin-RevId: 405598530
1 parent 0da494c commit 0ad1cdb

File tree

25 files changed

+32
-55
lines changed

25 files changed

+32
-55
lines changed

extensions/av1/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ GL rendering mode has better performance, so should be preferred
135135

136136
## Links
137137

138-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.av1.*`
139-
belong to this module.
138+
* [Javadoc][]
140139

141140
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/cast/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module provides a [Player][] implementation that controls a Cast receiver
44
app.
55

6-
[Player]: https://exoplayer.dev/doc/reference/index.html?com/google/android/exoplayer2/Player.html
6+
[Player]: https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/Player.html
77

88
## Getting the module
99

@@ -30,7 +30,6 @@ UI module.
3030

3131
## Links
3232

33-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.cast.*` belong to this
34-
module.
33+
* [Javadoc][]
3534

3635
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/cronet/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ application.
121121

122122
## Links
123123

124-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.cronet.*`
125-
belong to this module.
124+
* [Javadoc][]
126125

127126
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/ffmpeg/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ To try out playback using the module in the [demo application][], see
128128
## Links
129129

130130
* [Troubleshooting using extensions][]
131-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.ffmpeg.*`
132-
belong to this module.
131+
* [Javadoc][]
133132

134133
[Troubleshooting using extensions]: https://exoplayer.dev/troubleshooting.html#how-can-i-get-a-decoding-extension-to-load-and-be-used-for-playback
135134
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/flac/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ To try out playback using the module in the [demo application][], see
106106

107107
## Links
108108

109-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.flac.*`
110-
belong to this module.
109+
* [Javadoc][]
111110

112111
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/ima/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The ExoPlayer IMA module provides an [AdsLoader][] implementation wrapping the
55
content played using ExoPlayer.
66

77
[IMA]: https://developers.google.com/interactive-media-ads/docs/sdks/android/
8-
[AdsLoader]: https://exoplayer.dev/doc/reference/index.html?com/google/android/exoplayer2/source/ads/AdsLoader.html
8+
[AdsLoader]: https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/source/ads/AdsLoader.html
99

1010
## Getting the module
1111

@@ -53,8 +53,7 @@ player position when backgrounded during ad playback.
5353
## Links
5454

5555
* [ExoPlayer documentation on ad insertion][]
56-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.ima.*`
57-
belong to this module.
56+
* [Javadoc][]
5857

5958
[ExoPlayer documentation on ad insertion]: https://exoplayer.dev/ad-insertion.html
6059
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/leanback/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ locally. Instructions for doing this can be found in the [top level README][].
2525

2626
## Links
2727

28-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.leanback.*`
29-
belong to this module.
28+
* [Javadoc][]
3029

3130
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/okhttp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ new DefaultDataSourceFactory(
5151

5252
## Links
5353

54-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.okhttp.*`
55-
belong to this module.
54+
* [Javadoc][]
5655

5756
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/opus/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ To try out playback using the module in the [demo application][], see
110110

111111
## Links
112112

113-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.opus.*`
114-
belong to this module.
113+
* [Javadoc][]
115114

116115
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/rtmp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ doesn't need to handle any other protocols, you can update any
4848

4949
## Links
5050

51-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.rtmp.*`
52-
belong to this module.
51+
* [Javadoc][]
5352

5453
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/vp9/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ GL rendering mode has better performance, so should be preferred.
148148

149149
## Links
150150

151-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.vp9.*`
152-
belong to this module.
151+
* [Javadoc][]
153152

154153
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

extensions/workmanager/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ locally. Instructions for doing this can be found in the [top level README][].
2222

2323
## Links
2424

25-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.workmanager.*`
26-
belong to this module.
25+
* [Javadoc][]
2726

2827
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ will not normally need to depend on this module directly.
55

66
## Links
77

8-
* [Javadoc][]: Note that this Javadoc is combined with that of other modules.
8+
* [Javadoc][]
99

1010
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ get started.
2626

2727
## Links
2828

29-
* [Javadoc][]: Note that this Javadoc is combined with that of other modules.
29+
* [Javadoc][]
3030

3131
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/dash/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ instances and pass them directly to the player. For advanced download use cases,
3636

3737
## Links
3838

39-
* [Developer Guide][].
40-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.dash.*`
41-
belong to this module.
39+
* [Developer Guide][]
40+
* [Javadoc][]
4241

4342
[Developer Guide]: https://exoplayer.dev/dash.html
4443
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/datasource/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ depend on this module directly.
66

77
## Links
88

9-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.upstream.*` belong to this
10-
module.
9+
* [Javadoc][]
1110

1211
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/decoder/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ depend on this module directly.
55

66
## Links
77

8-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.decoder.*` belong to this
9-
module.
8+
* [Javadoc][]
109

1110
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/extractor/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ not normally need to depend on this module directly.
55

66
## Links
77

8-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.extractor.*`
9-
belong to this module.
8+
* [Javadoc][]
109

1110
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/hls/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ instances and pass them directly to the player. For advanced download use cases,
3535

3636
## Links
3737

38-
* [Developer Guide][].
39-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.hls.*` belong to
40-
this module.
38+
* [Developer Guide][]
39+
* [Javadoc][]
4140

4241
[Developer Guide]: https://exoplayer.dev/hls.html
4342
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/rtsp/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ instances and pass them directly to the player.
3030

3131
## Links
3232

33-
* [Developer Guide][].
34-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.rtsp.*` belong to
35-
this module.
33+
* [Developer Guide][]
34+
* [Javadoc][]
3635

3736
[Developer Guide]: https://exoplayer.dev/dash.html
3837
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/smoothstreaming/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ instances and pass them directly to the player. For advanced download use cases,
3535

3636
## Links
3737

38-
* [Developer Guide][].
39-
* [Javadoc][]: Classes matching
40-
`com.google.android.exoplayer2.source.smoothstreaming.*` belong to this
41-
module.
38+
* [Developer Guide][]
39+
* [Javadoc][]
4240

4341
[Developer Guide]: https://exoplayer.dev/smoothstreaming.html
4442
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/transformer/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Use of the Transformer module is documented in the
2525

2626
## Links
2727

28-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.transformer.*` belong to this
29-
module.
28+
* [Javadoc][]
3029

3130
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

library/ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ locally. Instructions for doing this can be found in the [top level README][].
2020

2121
## Links
2222

23-
* [Developer Guide][].
24-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.ui.*` belong to this module.
23+
* [Developer Guide][]
24+
* [Javadoc][]
2525

2626
[Developer Guide]: https://exoplayer.dev/ui-components.html
2727
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

robolectricutils/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Provides test infrastructure for Robolectric-based media tests.
44

55
## Links
66

7-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.robolectric.*`
8-
belong to this module.
7+
* [Javadoc][]
98

109
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

testutils/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Provides utility classes for media unit and instrumentation tests.
44

55
## Links
66

7-
* [Javadoc][]: Classes matching `com.google.android.exoplayer2.testutil.*` belong to this
8-
module.
7+
* [Javadoc][]
98

109
[Javadoc]: https://exoplayer.dev/doc/reference/index.html

0 commit comments

Comments
 (0)