X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Findex_rules.h;fp=include%2Findex_rules.h;h=32cbd7d0325dfedaa7e6e96be65138f519556017;hb=d4999f503a4d90db9a7777a2da2bb58cff1823a5;hp=5966842a381f751d9ee8a22cb0b2b8895281d3b5;hpb=570bf3746bef524124e2a90a2999981a1c734b20;p=idzebra-moved-to-github.git diff --git a/include/index_rules.h b/include/index_rules.h index 5966842..32cbd7d 100644 --- a/include/index_rules.h +++ b/include/index_rules.h @@ -1,4 +1,4 @@ -/* $Id: index_rules.h,v 1.1 2007-10-23 12:26:25 adam Exp $ +/* $Id: index_rules.h,v 1.2 2007-10-23 12:36:22 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** + \file index_rules.h \brief Definitions for Zebra's index rules system */ @@ -32,6 +33,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL +/** + \brief zebra index rules handle (ptr) +*/ typedef struct zebra_index_rules_s *zebra_index_rules_t; /** \brief creates index rules handler/object from file @@ -65,7 +69,7 @@ void zebra_index_rules_destroy(zebra_index_rules_t r); /** \brief creates index rules handler/object from xml Doc - \param fname filename + \param doc Libxml2 document \returns handle (NULL if unsuccessful) Similar to zebra_index_rules_create