Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Tiny inline documentation cleanup.
  • Loading branch information
lioncash committed Sep 27, 2013
1 parent 8aba748 commit f6a8733
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
Expand Up @@ -36,8 +36,8 @@ public FolderBrowserItem(String name, String subtitle, String path)
/**
* 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)
{
Expand Down
Expand Up @@ -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)
{
Expand Down
Expand Up @@ -25,10 +25,9 @@
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;

Expand Down

0 comments on commit f6a8733

Please sign in to comment.