From: Adam Dickmeiss Date: Fri, 25 Jan 2013 13:48:57 +0000 (+0100) Subject: Fix a few Doxygen warnings X-Git-Tag: v4.2.50~14 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6437a10ee3d3160d01d04afe071901e8f496ad34 Fix a few Doxygen warnings --- diff --git a/include/yaz/ccl_xml.h b/include/yaz/ccl_xml.h index f5087af..4f5de7e 100644 --- a/include/yaz/ccl_xml.h +++ b/include/yaz/ccl_xml.h @@ -46,7 +46,7 @@ YAZ_BEGIN_CDECL \retval -1 errors. Inspect addinfo for error message Configuration example: - \verbatim +\verbatim @@ -60,7 +60,7 @@ YAZ_BEGIN_CDECL - \endverbatim +\endverbatim */ YAZ_EXPORT int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr, diff --git a/include/yaz/proto.h b/include/yaz/proto.h index 231bbc3..1cb0750 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -188,7 +188,7 @@ void yaz_set_esn(Z_RecordComposition **comp_p, const char *esn, NMEM nmem); /** \brief returns diagnostics from an init response \param no number of diagnotic entry to get. 0=first, 1=second, .. \param initrs InitResponse structure - \retuns diag entry or 0 (NULL) if none could be found + \returns diag entry or 0 (NULL) if none could be found */ YAZ_EXPORT Z_DefaultDiagFormat *yaz_decode_init_diag(int no, Z_InitResponse *initrs); diff --git a/src/opac_to_xml.c b/src/opac_to_xml.c index 648c8b7..eb3fcdd 100644 --- a/src/opac_to_xml.c +++ b/src/opac_to_xml.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. */ /** - * \file opac_to_xml + * \file opac_to_xml.c * \brief Implements OPAC to XML conversion */ #if HAVE_CONFIG_H