]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
staffan :
authorvbd <vbd>
Mon, 10 Sep 2007 09:04:57 +0000 (09:04 +0000)
committervbd <vbd>
Mon, 10 Sep 2007 09:04:57 +0000 (09:04 +0000)
* doc updates

src/INTERP_KERNEL/MeshRegion.cxx
src/INTERP_KERNEL/MeshRegion.hxx

index 0153435eac8c65052f31329b687a7e771a236a65..053e7c1b9b520ee2793857d375396a41f636de09 100644 (file)
@@ -102,7 +102,7 @@ namespace INTERP_UTILS
       }
   }
 
-  /*
+  /**
    * Determines if a given element can intersect the elements of this region by 
    * testing whether the bounding box of the region intersects the bounding box of the element.
    * Note that the test is only true in one direction : if the bounding boxes are disjoint, the
@@ -124,6 +124,3 @@ namespace INTERP_UTILS
 
   
 };
-
-
-  
index 4edaebbe63d207c89c580d7553003aca9eaf3c17..a3dd2a2f41c360bd4ccc96977b45d215b00cc080 100644 (file)
@@ -46,7 +46,7 @@ namespace INTERP_UTILS
   
   };
 
-  /*
+  /**
    * Accessor to beginning of elements vector
    *
    * @return  constant iterator pointing at the beginning of the vector or elements
@@ -56,7 +56,7 @@ namespace INTERP_UTILS
     return _elements.begin();
   }
 
-  /*
+  /**
    * Accessor to end of elements vector
    *
    * @return  constant iterator pointing at the end of the vector or elements
@@ -66,7 +66,7 @@ namespace INTERP_UTILS
     return _elements.end();
   }
   
-  /*
+  /**
    * Gives information on how many elements are contained in the region.
    *
    * @return  the number of elements contained in the region