From 6437a10ee3d3160d01d04afe071901e8f496ad34 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 25 Jan 2013 14:48:57 +0100 Subject: [PATCH] Fix a few Doxygen warnings --- include/yaz/ccl_xml.h | 4 ++-- include/yaz/proto.h | 2 +- src/opac_to_xml.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4