File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe/local/playlist Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments