diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-20 22:49:15 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-20 22:49:15 +0200 |
| commit | 3c3584aba09bebe1300ce846d586d71d84beba33 (patch) | |
| tree | 03c7fe03ded2c35e1e751bcad1e1ce01f5dfe741 /database | |
| parent | 8da19336ad3a5aa1e165d8caba1760911c6d28d7 (diff) | |
| download | eurephia-3c3584aba09bebe1300ce846d586d71d84beba33.tar.gz eurephia-3c3584aba09bebe1300ce846d586d71d84beba33.tar.xz eurephia-3c3584aba09bebe1300ce846d586d71d84beba33.zip | |
Improved some doxygen comments
Diffstat (limited to 'database')
| -rw-r--r-- | database/eurephiadb_driver.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/database/eurephiadb_driver.h b/database/eurephiadb_driver.h index 4640ba6..2976a41 100644 --- a/database/eurephiadb_driver.h +++ b/database/eurephiadb_driver.h @@ -433,6 +433,7 @@ int (*eDBadminLogout) (eurephiaCTX *ctx, const char *sessionkey); * Only one operation can be called per request to this function. * * @return Returns a valid XML document with information about the operation, or NULL on fatal errors. + * @see eurephiaXML_CreateDoc() */ xmlDoc *(*eDBadminConfiguration)(eurephiaCTX *ctx, xmlDoc *cfgxml); @@ -736,7 +737,8 @@ xmlDoc *(*eDBadminGetAdminAccess) (eurephiaCTX *ctx, xmlDoc *srch_xml); * </edit_admin_access> * </eurephia> * @endcode - * To grant access, all fields are needed. For bulk revokes, some fields can be skipped + * To grant access, all fields are needed. For bulk revokes, some fields can be skipped. + * The interface tag can have two valid values, C for console interface and W for web interface. * * @return Returns 1 on success, otherwise 0 or -1 * @see eurephiaXML_CreateDoc() |
