Просмотр исходного кода

Resolve a couple of doxygen warnings.

This resolves a couple of doxygen warnings.  First, the group needed a
name.  Second, all of the functions in the file were added to the group
but doxygen complained about the lack of an end to the grouping.

Signed-off-by: Russell Bryant <russell@russellbryant.net>
Reviewed-by: Steven Dake <sdake@redhat.com>
Russell Bryant 15 лет назад
Родитель
Сommit
e5456008d0
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      lib/confdb.c

+ 5 - 1
lib/confdb.c

@@ -119,7 +119,7 @@ static struct iter_context *find_iter_context(struct list_head *list, hdb_handle
 }
 
 /**
- * @defgroup confdb_corosync
+ * @defgroup confdb_corosync confdb
  * @ingroup corosync
  *
  * @{
@@ -1812,3 +1812,7 @@ error_exit:
 
 	return (error);
 }
+
+/**
+ * @}
+ */