Add some documentation for the activities and app context

This commit is contained in:
bspeice
2013-11-28 23:12:46 -05:00
parent c843d7f337
commit d9ce6e0f1c
4 changed files with 17 additions and 9 deletions

View File

@ -22,9 +22,9 @@ public class Alerts extends MenuActivity {
}
/**
* On click timed alerts.
* On clicking the Timed Alerts box, enable or disable the alerts.
*
* @param view the view
* @param view - The view clicked
*/
public void onClickTimedAlerts(View view) {
int toastDuration = Toast.LENGTH_SHORT;
@ -37,7 +37,7 @@ public class Alerts extends MenuActivity {
}
/**
* On click organization alerts.
* On clicking the Organization Alerts box, enable or disable the alerts.
*
* @param view the view
*/
@ -52,7 +52,7 @@ public class Alerts extends MenuActivity {
}
/**
* On click university alerts.
* On clicking the University Alerts box, enable or disable the alerts.
*
* @param view the view
*/