Fix in doc
This commit is contained in:
parent
ce9ebab18f
commit
6746723a9f
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue