X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclqual.c;h=62c078f9c8a5a367c2fa63d9566a60f035018ad5;hb=5c3d2d2ab097e4bb59ba5718a396b020a2d302c0;hp=b68f70d62233e0e6a47205d2f5203e82482c198a;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/cclqual.c b/src/cclqual.c index b68f70d..62c078f 100644 --- a/src/cclqual.c +++ b/src/cclqual.c @@ -41,10 +41,14 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * */ +/** + * \file cclqual.c + * \brief Implements CCL qualifier utilities + */ /* CCL qualifiers * Europagate, 1995 * - * $Id: cclqual.c,v 1.1 2003-10-27 12:21:30 adam Exp $ + * $Id: cclqual.c,v 1.2 2004-10-15 00:19:00 adam Exp $ * * Old Europagate Log: * @@ -84,14 +88,14 @@ #include -/* Definition of CCL_bibset pointer */ +/** Definition of CCL_bibset pointer */ struct ccl_qualifiers { struct ccl_qualifier *list; struct ccl_qualifier_special *special; }; -/* CCL Qualifier special */ +/** CCL Qualifier special */ struct ccl_qualifier_special { char *name; char *value; @@ -184,7 +188,7 @@ void ccl_qual_add_combi (CCL_bibset b, const char *n, const char *names) } } -/* +/** * ccl_qual_add: Add qualifier to Bibset. If qualifier already * exists, then attributes are appendend to old * definition. @@ -254,7 +258,7 @@ void ccl_qual_add_set (CCL_bibset b, const char *name, int no, *attrp = NULL; } -/* +/** * ccl_qual_mk: Make new (empty) bibset. * return: empty bibset. */ @@ -267,7 +271,7 @@ CCL_bibset ccl_qual_mk (void) return b; } -/* +/** * ccl_qual_rm: Delete bibset. * b: pointer to bibset */ @@ -308,7 +312,7 @@ void ccl_qual_rm (CCL_bibset *b) *b = NULL; } -/* +/** * ccl_qual_search: Search for qualifier in bibset. * b: Bibset * name: Name of qualifier to search for (need no null-termination)