[Android] Tiny inline documentation cleanup.
This commit is contained in:
parent
8aba748735
commit
f6a8733660
|
@ -36,8 +36,8 @@ public final class FolderBrowserItem implements Comparable<FolderBrowserItem>
|
|||
/**
|
||||
* Constructor. Initializes a FolderBrowserItem with an empty subtitle.
|
||||
*
|
||||
* @param name The name of the file/folder represented by this item.
|
||||
* @param path The path of the file/folder represented by this item.
|
||||
* @param name The name of the file/folder represented by this item.
|
||||
* @param path The path of the file/folder represented by this item.
|
||||
*/
|
||||
public FolderBrowserItem(String name, String path)
|
||||
{
|
||||
|
|
|
@ -30,10 +30,10 @@ public final class GameListItem implements Comparable<GameListItem>
|
|||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param ctx The current {@link Context}
|
||||
* @param name The name of this GameListItem.
|
||||
* @param data The subtitle for this GameListItem
|
||||
* @param path The file path for the game represented by this GameListItem.
|
||||
* @param ctx The current {@link Context}
|
||||
* @param name The name of this GameListItem.
|
||||
* @param data The subtitle for this GameListItem
|
||||
* @param path The file path for the game represented by this GameListItem.
|
||||
*/
|
||||
public GameListItem(Context ctx, String name, String data, String path)
|
||||
{
|
||||
|
|
|
@ -25,10 +25,9 @@ import android.support.v4.view.ViewPager;
|
|||
public final class PrefsActivity extends Activity implements ActionBar.TabListener
|
||||
{
|
||||
/**
|
||||
* The {@link android.support.v4.view.PagerAdapter} that will provide org.dolphinemu.dolphinemu.settings for each of the
|
||||
* sections. We use a {@link android.support.v4.app.FragmentPagerAdapter} derivative, which will
|
||||
* keep every loaded fragment in memory. If this becomes too memory intensive, it may be best to
|
||||
* switch to a {@link android.support.v4.app.FragmentStatePagerAdapter}.
|
||||
* The {@link FragmentPagerAdapter} that will provide settings
|
||||
* fragments for each of the sections. This will also keep every
|
||||
* loaded fragment in memory.
|
||||
*/
|
||||
private SectionsPagerAdapter mSectionsPagerAdapter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue