From: vbd Date: Mon, 10 Sep 2007 09:04:57 +0000 (+0000) Subject: staffan : X-Git-Tag: trio_trio_coupling~57 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b604531c5e1286c4f4404ba98a0e511b95d8443;p=tools%2Fmedcoupling.git staffan : * doc updates --- diff --git a/src/INTERP_KERNEL/MeshRegion.cxx b/src/INTERP_KERNEL/MeshRegion.cxx index 0153435ea..053e7c1b9 100644 --- a/src/INTERP_KERNEL/MeshRegion.cxx +++ b/src/INTERP_KERNEL/MeshRegion.cxx @@ -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 }; - - - diff --git a/src/INTERP_KERNEL/MeshRegion.hxx b/src/INTERP_KERNEL/MeshRegion.hxx index 4edaebbe6..a3dd2a2f4 100644 --- a/src/INTERP_KERNEL/MeshRegion.hxx +++ b/src/INTERP_KERNEL/MeshRegion.hxx @@ -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