From 6746723a9ffb95129fe331eaf2ed943605e89c91 Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Mon, 2 Jun 2008 11:23:28 +0000 Subject: [PATCH] Fix in doc --- hurricane/doc/hurricane/Collection.dox | 15 ++++----------- hurricane/doc/hurricane/Locator.dox | 14 ++++---------- 2 files changed, 8 insertions(+), 21 deletions(-) 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