Fix a few Doxygen warnings
[yaz-moved-to-github.git] / include / yaz / ccl_xml.h
index 886f262..4f5de7e 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2009 Index Data.
+ * Copyright (C) 1995-2013 Index Data.
  * All rights reserved.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -44,9 +44,9 @@ YAZ_BEGIN_CDECL
     \param addinfo has error message if configuration could not be parsed
     \retval 0 OK
     \retval -1 errors. Inspect addinfo for error message
-    
+
     Configuration example:
-    \verbatim
+\verbatim
 <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>
-    \endverbatim
+\endverbatim
 */
 YAZ_EXPORT
 int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr,