Skip to content

Commit 32281fb

Browse files
committed
fix iterator doc
1 parent 0f0429b commit 32281fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DGtal/base/doc/moduleIteratorsRanges.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ The do-while structure is the basic way of circulating over a range of elements:
334334
...
335335
++c;
336336
} while( c != cEnd);
337-
@encode
337+
@endcode
338338

339339
The generic way of iterating over a range of elements whatever the type of iterators
340340
(either iterator or circulator) uses the generic function `isNotEmpty()`:

0 commit comments

Comments
 (0)