Documentation + some little improvements
authorSami Rämö <sami.ramo@ixonos.com>
Wed, 31 Mar 2010 13:03:08 +0000 (16:03 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Wed, 31 Mar 2010 13:03:08 +0000 (16:03 +0300)
commitaf86b8a6f9e24dcaf656cef6821714ad3293cdeb
tree0cdeec094dbc97fcd58000672d27a4a16d963c64
parent1b7a1a097b08ff9ee4268b1fba0b82645bb03287
Documentation + some little improvements

Added documentation, checks for faulty values when setting map tile position,
doxygen documentation to .gitignore, created Doxygen config file,
more throughout tests for MapScene and MapTile classes.
12 files changed:
.gitignore
Doxyfile [new file with mode: 0644]
src/map/mapengine.cpp
src/map/mapengine.h
src/map/mapscene.cpp
src/map/mapscene.h
src/map/maptile.cpp
src/map/maptile.h
src/map/mapview.h
tests/testmap/testmapengine/testmapengine.cpp
tests/testmap/testmapscene/testmapscene.cpp
tests/testmap/testmaptile/testmaptile.cpp