[Android] Tiny inline documentation cleanup.
This commit is contained in:
parent
8aba748735
commit
f6a8733660
|
@ -25,10 +25,9 @@ import android.support.v4.view.ViewPager;
|
||||||
public final class PrefsActivity extends Activity implements ActionBar.TabListener
|
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
|
* The {@link FragmentPagerAdapter} that will provide settings
|
||||||
* sections. We use a {@link android.support.v4.app.FragmentPagerAdapter} derivative, which will
|
* fragments for each of the sections. This will also keep every
|
||||||
* keep every loaded fragment in memory. If this becomes too memory intensive, it may be best to
|
* loaded fragment in memory.
|
||||||
* switch to a {@link android.support.v4.app.FragmentStatePagerAdapter}.
|
|
||||||
*/
|
*/
|
||||||
private SectionsPagerAdapter mSectionsPagerAdapter;
|
private SectionsPagerAdapter mSectionsPagerAdapter;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue