author | alpar |
Sun, 04 Apr 2004 11:38:07 +0000 | |
changeset 290 | e37a05270e80 |
parent 289 | 98adf9276de0 |
child 291 | 65460cbf9e90 |
doc/maps.dox | file | annotate | diff | comparison | revisions |
1.1 --- a/doc/maps.dox Sun Apr 04 09:17:58 2004 +0000 1.2 +++ b/doc/maps.dox Sun Apr 04 11:38:07 2004 +0000 1.3 @@ -31,7 +31,7 @@ 1.4 }; 1.5 \endcode 1.6 1.7 -Or if we had \c KeyType and \c ValueType 1.8 +Or, if we had \c KeyType and \c ValueType 1.9 1.10 \code 1.11 struct MyMap : public MapBase<Edge,double>