[MOAB-dev] r3998 - MOAB/trunk/src
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Jun 4 15:16:35 CDT 2010
Author: kraftche
Date: 2010-06-04 15:16:35 -0500 (Fri, 04 Jun 2010)
New Revision: 3998
Modified:
MOAB/trunk/src/MBEntityType.h
Log:
fix doxygen documentation (move docs for enum back to right before enum def)
Modified: MOAB/trunk/src/MBEntityType.h
===================================================================
--- MOAB/trunk/src/MBEntityType.h 2010-06-04 17:56:14 UTC (rev 3997)
+++ MOAB/trunk/src/MBEntityType.h 2010-06-04 20:16:35 UTC (rev 3998)
@@ -16,12 +16,6 @@
#ifndef MB_ENTITY_TYPE_H
#define MB_ENTITY_TYPE_H
-/*! Entity types defined in MOAB and MBCN
- * The ordering here must ensure that all element types are
- * grouped together and all elements of similar dimension are
- * grouped together.
- */
-
/* This file can be used to define several different things.
*
* A) If included in C code (not C++), it defines:
@@ -65,6 +59,12 @@
# else /* __cplusplus */
# define MOAB_ENTITY_TYPE_NAME MBEntityType
#endif /* __cplusplus */
+
+/*! Entity types defined in MOAB and MBCN
+ * The ordering here must ensure that all element types are
+ * grouped together and all elements of similar dimension are
+ * grouped together.
+ */
enum MOAB_ENTITY_TYPE_NAME
{
MBVERTEX = 0, /**< Mesh Vertex AKA node */
More information about the moab-dev
mailing list