doc/maps.dox
changeset 1046 1bb1d4c87331
parent 987 87f7c54892df
child 1083 8043b93e5973
equal deleted inserted replaced
13:d6fa8f38a14b 14:411e39a20cd3
     1 /*!
     1 /*!
     2 
     2 
     3 
     3 
     4 
     4 
     5 \page maps Maps
     5 \page maps-page Maps
     6 
     6 
     7 Maps play central role in LEMON. As their name suggests, they map a
     7 Maps play central role in LEMON. As their name suggests, they map a
     8 certain range of \e keys to certain \e values. Each map has two
     8 certain range of \e keys to certain \e values. Each map has two
     9 <tt>typedef</tt>'s to determine the types of keys and values, like this:
     9 <tt>typedef</tt>'s to determine the types of keys and values, like this:
    10 
    10