We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0429b commit 32281fbCopy full SHA for 32281fb
src/DGtal/base/doc/moduleIteratorsRanges.dox
@@ -334,7 +334,7 @@ The do-while structure is the basic way of circulating over a range of elements:
334
...
335
++c;
336
} while( c != cEnd);
337
-@encode
+@endcode
338
339
The generic way of iterating over a range of elements whatever the type of iterators
340
(either iterator or circulator) uses the generic function `isNotEmpty()`:
0 commit comments