X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fmarcdisp.h;h=0700b4da4e9f8bb41e524e22d01b6e7a5dcbf4fd;hb=d7cf0285e21b40c1fba6259d57bdabae94571bd5;hp=f0b423fb8913e8c51048f0c9ecea5aaa3bdc72e7;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/include/yaz/marcdisp.h b/include/yaz/marcdisp.h index f0b423f..0700b4d 100644 --- a/include/yaz/marcdisp.h +++ b/include/yaz/marcdisp.h @@ -65,15 +65,15 @@ YAZ_EXPORT void yaz_marc_xml(yaz_marc_t mt, int xmlmode); #define YAZ_MARC_MARCXML 3 /** \brief Output format: ISO2709 */ #define YAZ_MARC_ISO2709 4 -/** \brief Output format: MarcXchange */ +/** \brief Output format: MarcXchange (ISO25577) */ #define YAZ_MARC_XCHANGE 5 /** \brief Output format: check only (no marc output) */ #define YAZ_MARC_CHECK 6 -/** \brief set iconv handle for character set conversion .. */ +/** \brief set iconv handle for character set conversion */ YAZ_EXPORT void yaz_marc_iconv(yaz_marc_t mt, yaz_iconv_t cd); -/** \brief supply iconv handle for character set conversion .. */ +/** \brief supply iconv handle for character set conversion */ YAZ_EXPORT yaz_iconv_t yaz_marc_get_iconv(yaz_marc_t mt); /** \brief set debug level @@ -188,7 +188,7 @@ YAZ_EXPORT int yaz_marc_write_line(yaz_marc_t mt, WRBUF wrbuf); */ YAZ_EXPORT int yaz_marc_write_marcxml(yaz_marc_t mt, WRBUF wrbuf); -/** \brief writes record in MarcXchange XML +/** \brief writes record in MarcXchange XML (ISO25577) \param mt handle \param wrbuf WRBUF for output \param format record format (e.g. "MARC21") @@ -394,6 +394,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab