| ... | ... |
@@ -24,7 +24,7 @@ |
| 24 | 24 |
|
| 25 | 25 |
namespace lemon {
|
| 26 | 26 |
|
| 27 |
/// \brief Dummy type to make it easier to |
|
| 27 |
/// \brief Dummy type to make it easier to create invalid iterators. |
|
| 28 | 28 |
/// |
| 29 | 29 |
/// See \ref INVALID for the usage. |
| 30 | 30 |
struct Invalid {
|
| ... | ... |
@@ -34,8 +34,8 @@ |
| 34 | 34 |
bool operator< (Invalid) { return false; }
|
| 35 | 35 |
}; |
| 36 | 36 |
|
| 37 |
/// Invalid iterators. |
|
| 38 |
|
|
| 37 |
/// \brief Invalid iterators. |
|
| 38 |
/// |
|
| 39 | 39 |
/// \ref Invalid is a global type that converts to each iterator |
| 40 | 40 |
/// in such a way that the value of the target iterator will be invalid. |
| 41 | 41 |
|
0 comments (0 inline)