2010-01-18 21:35:31 +08:00
|
|
|
|
|
|
|
/* NOTE: This file is auto-generated from authors.xml, do not edit it. */
|
|
|
|
|
|
|
|
#include "authors.h"
|
|
|
|
|
|
|
|
static const char * const authors[] =
|
|
|
|
{
|
|
|
|
"Andrew Stribblehill",
|
2010-01-19 21:34:39 +08:00
|
|
|
"Chris Lightfoot",
|
2010-01-18 21:35:31 +08:00
|
|
|
"David Shanks",
|
2010-06-01 10:46:53 +08:00
|
|
|
"Dmitry Semyonov",
|
2010-01-19 21:34:39 +08:00
|
|
|
"George Talusan",
|
|
|
|
"James E. Flemer",
|
2010-01-18 21:35:31 +08:00
|
|
|
"Jeremy Hinegardner",
|
2010-06-01 10:46:53 +08:00
|
|
|
"John van der Kamp",
|
|
|
|
"Jordi Mallach",
|
2010-01-18 21:35:31 +08:00
|
|
|
"Kim Holviala",
|
|
|
|
"Mathew Mrosko",
|
|
|
|
"Matthew Dempsky",
|
|
|
|
"Michael Adam",
|
|
|
|
"Mukund Sivaraman",
|
2010-01-19 21:34:39 +08:00
|
|
|
"Petr Lampa",
|
2010-01-18 21:35:31 +08:00
|
|
|
"Robert James Kaes",
|
|
|
|
"Steven Young",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
|
|
|
static const char * const documenters[] =
|
|
|
|
{
|
|
|
|
"Marc Silver",
|
|
|
|
"Michael Adam",
|
|
|
|
"Mukund Sivaraman",
|
|
|
|
"Robert James Kaes",
|
|
|
|
"Steven Young",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
|
|
|
const char * const *
|
|
|
|
authors_get_authors (void)
|
|
|
|
{
|
|
|
|
return authors;
|
|
|
|
}
|
|
|
|
|
|
|
|
const char * const *
|
|
|
|
authors_get_documenters (void)
|
|
|
|
{
|
|
|
|
return documenters;
|
|
|
|
}
|