Fix a few Doxygen warnings
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 Jan 2013 13:48:57 +0000 (14:48 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 Jan 2013 13:48:57 +0000 (14:48 +0100)
include/yaz/ccl_xml.h
include/yaz/proto.h
src/opac_to_xml.c

index f5087af..4f5de7e 100644 (file)
@@ -46,7 +46,7 @@ YAZ_BEGIN_CDECL
     \retval -1 errors. Inspect addinfo for error message
 
     Configuration example:
     \retval -1 errors. Inspect addinfo for error message
 
     Configuration example:
-    \verbatim
+\verbatim
 <cclmap defaultattrset="bib-1">
    <qual name="term">
        <attr type="u" value="1016"/>
 <cclmap defaultattrset="bib-1">
    <qual name="term">
        <attr type="u" value="1016"/>
@@ -60,7 +60,7 @@ YAZ_BEGIN_CDECL
    </qual>
   <directive name="and" value="+"/>
 </cclmap>
    </qual>
   <directive name="and" value="+"/>
 </cclmap>
-    \endverbatim
+\endverbatim
 */
 YAZ_EXPORT
 int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr,
 */
 YAZ_EXPORT
 int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr,
index 231bbc3..1cb0750 100644 (file)
@@ -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
 /** \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);
 */
 YAZ_EXPORT
 Z_DefaultDiagFormat *yaz_decode_init_diag(int no, Z_InitResponse *initrs);
index 648c8b7..eb3fcdd 100644 (file)
@@ -3,7 +3,7 @@
  * See the file LICENSE for details.
  */
 /**
  * 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
  * \brief Implements OPAC to XML conversion
  */
 #if HAVE_CONFIG_H