/* NOTE: This file is auto-generated from authors.xml, do not edit it. */ #include "authors.h" static const char * const authors[] = { NULL }; static const char * const documenters[] = { NULL }; const char * const * authors_get_authors (void) { return authors; } const char * const * authors_get_documenters (void) { return documenters; } "",