Tweak the docs

This commit is contained in:
james 2011-03-01 20:09:33 +00:00
parent e10d31f2c8
commit d6efd6749e

View File

@ -1068,7 +1068,7 @@ switch($request[0]) {
switch($request[2]){
/* APIDOC: project/mentor/add
description(add a project mentor to the current project)
post(mentors array optional)
post(mentors array of mentor arrays optional)
return(mentor array (if none passed in, otherwise nothing))
*/
case 'add':
@ -1106,7 +1106,7 @@ switch($request[0]) {
break;
/* APIDOC: project/mentor/edit
post(mentors array)
post(mentors array of mentor arrays)
description(edit a list of project mentors)
*/
case 'edit':