Skip to content

Commit 2ceb702

Browse files
committed
sharePlaylist(): converting javadoc from Markdown back to "classic javadoc"
(request from @Stypox)
1 parent be097f2 commit 2ceb702

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -388,15 +388,16 @@ public boolean onOptionsItemSelected(final MenuItem item) {
388388
return true;
389389
}
390390

391-
///
392-
/// Shares the playlist in one of 3 ways, depending on the value of `shareMode`:
393-
///
394-
/// - `JUST_URLS`: shares the URLs only.
395-
/// - `WITH_TITLES`: each entry in the list is accompanied by its title.
396-
/// - `YOUTUBE_TEMP_PLAYLIST`: shares as a YouTube temporary playlist.
397-
///
398-
/// @param shareMode The way the playlist should be shared.
399-
///
391+
/**
392+
* Shares the playlist in one of 3 ways, depending on the value of {@code shareMode}:
393+
* <ul>
394+
* <li>{@code JUST_URLS}: shares the URLs only.</li>
395+
* <li>{@code WITH_TITLES}: each entry in the list is accompanied by its title.</li>
396+
* <li>{@code YOUTUBE_TEMP_PLAYLIST}: shares as a YouTube temporary playlist.</li>
397+
* </ul>
398+
*
399+
* @param shareMode The way the playlist should be shared.
400+
*/
400401
private void sharePlaylist(final PlayListShareMode shareMode) {
401402
final Context context = requireContext();
402403

0 commit comments

Comments
 (0)