Fix in doc

This commit is contained in:
Christophe Alexandre 2008-06-02 11:23:28 +00:00
parent ce9ebab18f
commit 6746723a9f
2 changed files with 8 additions and 21 deletions

View File

@ -80,20 +80,13 @@ for_each_net(net, nets) {
\endcode \endcode
* *
* *
*/ *
*/ * \section secCollectionImportant Important
/*! \section secCollectionImportant Important
* *
* Collections are very light objects which are built, copied or * Collections are very light objects which are built, copied or
* destroyed very rapidly. * destroyed very rapidly.
*/ *
* \section secCollectionLocators Locators
/*! \section secCollectionLocators Locators
* *
* Each type of collection provides an associated Locator for * Each type of collection provides an associated Locator for
* tracing through the corresponding set of elements. * tracing through the corresponding set of elements.

View File

@ -11,11 +11,8 @@
* *
* Locators are objects which allow to walk efficiently through * Locators are objects which allow to walk efficiently through
* the data structure. * the data structure.
*/ *
* \section secLocatorGeneralConcepts General concepts
/*! \section secLocatorGeneralConcepts General concepts
* *
* <b>Initialization</b> In order to get a locator, you must : * <b>Initialization</b> In order to get a locator, you must :
* either ask the collection to provide a locator for visiting * either ask the collection to provide a locator for visiting
@ -36,11 +33,8 @@
* <b>Walk progression</b> The function <b>progress()</b> moves * <b>Walk progression</b> The function <b>progress()</b> moves
* forward the locator on the next element of the set (does * forward the locator on the next element of the set (does
* nothing if called after the last element). * 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 * The following sample code shows how to trace the nets of a
* given cell * given cell