diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-13 22:52:23 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-13 22:52:23 +0200 |
| commit | 8cdf34c8135b6e9b00ff5e3c7da5dc0ffb8554fb (patch) | |
| tree | 5f614aaabe74ae02b5e20d956e28dd7b8cfc1dbe | |
| parent | 16ef463e2278245d2ed34d52894679ef926b3345 (diff) | |
| download | eurephia-8cdf34c8135b6e9b00ff5e3c7da5dc0ffb8554fb.tar.gz eurephia-8cdf34c8135b6e9b00ff5e3c7da5dc0ffb8554fb.tar.xz eurephia-8cdf34c8135b6e9b00ff5e3c7da5dc0ffb8554fb.zip | |
Corrected some doxygen issues after rearranging the sqlite3 db driver code
| -rw-r--r-- | common/eurephia_values_struct.h | 2 | ||||
| -rw-r--r-- | database/sqlite/administration.c | 3 | ||||
| -rw-r--r-- | eurephiadm/commands/certificates.c | 2 | ||||
| -rw-r--r-- | eurephiadm/commands/lastlog.c | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/common/eurephia_values_struct.h b/common/eurephia_values_struct.h index 69b3c02..6fb82fc 100644 --- a/common/eurephia_values_struct.h +++ b/common/eurephia_values_struct.h @@ -34,7 +34,7 @@ /** * eurephiaVALUES is a pointer chain with key/value pairs. If having several * such pointer chains, they can be given different group IDs to separate them, - * especially during debugging. + * which is especially useful during debugging. * */ typedef struct __eurephiaVALUES { diff --git a/database/sqlite/administration.c b/database/sqlite/administration.c index 86ba6cf..73a3bdc 100644 --- a/database/sqlite/administration.c +++ b/database/sqlite/administration.c @@ -24,7 +24,8 @@ * @author David Sommerseth <dazo@users.sourceforge.net> * @date 2008-12-03 * - * @brief Functions needed for the administration interface + * @brief Functions needed for the administration interface. This file + * primarily takes care of user authentication via the administration API * */ diff --git a/eurephiadm/commands/certificates.c b/eurephiadm/commands/certificates.c index 469d28d..287b2a8 100644 --- a/eurephiadm/commands/certificates.c +++ b/eurephiadm/commands/certificates.c @@ -21,7 +21,7 @@ */ /** - * @file certificates.c + * @file eurephiadm/commands/certificates.c * @author David Sommerseth <dazo@users.sourceforge.net> * @date 2008-12-20 * diff --git a/eurephiadm/commands/lastlog.c b/eurephiadm/commands/lastlog.c index 5f2e93c..f44c6f3 100644 --- a/eurephiadm/commands/lastlog.c +++ b/eurephiadm/commands/lastlog.c @@ -21,7 +21,7 @@ */ /** - * @file lastlog.c + * @file eurephiadm/commands/lastlog.c * @author David Sommerseth <dazo@users.sourceforge.net> * @date 2009-03-24 * |
