[MOAB-dev] r4419 - MOAB/trunk/src/moab

tautges at mcs.anl.gov tautges at mcs.anl.gov
Thu Jan 6 10:34:27 CST 2011


Author: tautges
Date: 2011-01-06 10:34:26 -0600 (Thu, 06 Jan 2011)
New Revision: 4419

Modified:
   MOAB/trunk/src/moab/Interface.hpp
Log:
Adding doxygen fields for better layout in the doxygenized documentation.



Modified: MOAB/trunk/src/moab/Interface.hpp
===================================================================
--- MOAB/trunk/src/moab/Interface.hpp	2011-01-05 19:42:02 UTC (rev 4418)
+++ MOAB/trunk/src/moab/Interface.hpp	2011-01-06 16:34:26 UTC (rev 4419)
@@ -72,11 +72,10 @@
 
 
 /**
+ * \class Interface Interface.hpp "moab/Interface.hpp"
  * \brief Main interface class to MOAB
- * \author Tim Tautges, Karl Merkley, Ray Meyers, Corey Ernst, Clinton Stimpson,
- * \author Hong-Jun Kim, Jason Kraftcheck
- * \version 1.00
- * \date April, 2004
+ * \brief \ref interfacefuncs
+ * \nosubgrouping
  */
 #if defined(XPCOM_MB)
 class NS_NO_VTABLE Interface : public nsISupports {
@@ -90,9 +89,11 @@
   NS_DEFINE_STATIC_IID_ACCESSOR(MBINTERFACE_IID)
 #endif
 
-      //! \name Interface-level functions
+        /** \name Interface */
 
-      //@{
+        /**@{*/
+        /**\anchor interfacefuncs
+         */
 
       //! constructor
   Interface() {}
@@ -123,11 +124,11 @@
     */
   virtual float impl_version(std::string *version_string = NULL)=0;
 
-    //@}    
+    /**@}*/
 
-    //! \name Type and id utility functions
+    /** \name Type and id */
 
-    //@{
+    /**@{*/
 
     //! Returns the entity type of an EntityHandle.
     /** Returns the EntityType (ie, MeshVertex, MeshQuad, MeshHex ) of <em>handle</em>.
@@ -177,11 +178,11 @@
                                      const EntityID, 
                                      EntityHandle& handle) const =0;


More information about the moab-dev mailing list