diff --git a/hurricane/doc/hurricane/Collection.dox b/hurricane/doc/hurricane/Collection.dox
index 4035305c..51931c5c 100644
--- a/hurricane/doc/hurricane/Collection.dox
+++ b/hurricane/doc/hurricane/Collection.dox
@@ -80,20 +80,13 @@ for_each_net(net, nets) {
\endcode
*
*
- */
- */
-
-
-
- /*! \section secCollectionImportant Important
+ *
+ * \section secCollectionImportant Important
*
* Collections are very light objects which are built, copied or
* destroyed very rapidly.
- */
-
-
-
- /*! \section secCollectionLocators Locators
+ *
+ * \section secCollectionLocators Locators
*
* Each type of collection provides an associated Locator for
* tracing through the corresponding set of elements.
diff --git a/hurricane/doc/hurricane/Locator.dox b/hurricane/doc/hurricane/Locator.dox
index 62f9c226..90ee460f 100644
--- a/hurricane/doc/hurricane/Locator.dox
+++ b/hurricane/doc/hurricane/Locator.dox
@@ -11,11 +11,8 @@
*
* Locators are objects which allow to walk efficiently through
* the data structure.
- */
-
-
-
- /*! \section secLocatorGeneralConcepts General concepts
+ *
+ * \section secLocatorGeneralConcepts General concepts
*
* Initialization In order to get a locator, you must :
* either ask the collection to provide a locator for visiting
@@ -36,11 +33,8 @@
* Walk progression The function progress() moves
* forward the locator on the next element of the set (does
* nothing if called after the last element).
- */
-
-
-
- /*! \section secLocatorUsageExamples Usage examples
+ *
+ * \section secLocatorUsageExamples Usage examples
*
* The following sample code shows how to trace the nets of a
* given cell