[PVFS2-CVS] commit by rbross in pvfs2/src/io/bmi: bmi.c bmi.h
CVS commit program
cvs at parl.clemson.edu
Tue Dec 21 12:52:18 EST 2004
Update of /projects/cvsroot/pvfs2/src/io/bmi
In directory parlweb:/tmp/cvs-serv1766/src/io/bmi
Modified Files:
bmi.c bmi.h
Log Message:
more doxygen work.
Index: bmi.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi.c,v
diff -p -u -r1.60 -r1.61
--- bmi.c 21 Dec 2004 14:54:49 -0000 1.60
+++ bmi.c 21 Dec 2004 17:52:18 -0000 1.61
@@ -5,6 +5,8 @@
*/
/** \file
+ * \ingroup bmiint
+ *
* Top-level BMI network interface routines.
*/
Index: bmi.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi.h,v
diff -p -u -r1.25 -r1.26
--- bmi.h 21 Dec 2004 14:54:49 -0000 1.25
+++ bmi.h 21 Dec 2004 17:52:18 -0000 1.26
@@ -4,11 +4,6 @@
* See COPYING in top-level directory.
*/
-
-/** \file
- * Declarations for the Buffered Message Interface (BMI).
- */
-
/** \defgroup bmiint BMI network interface
*
* The BMI interface provides functionality used for communication
@@ -18,12 +13,16 @@
* @{
*/
+/** \file
+ * Declarations for the Buffered Message Interface (BMI).
+ */
+
#ifndef __BMI_H
#define __BMI_H
#include "bmi-types.h"
-/* used to describe unexpected message arrivals */
+/** used to describe unexpected message arrivals. */
struct BMI_unexpected_info
{
bmi_error_code_t error_code;
More information about the PVFS2-CVS
mailing list