summaryrefslogtreecommitdiff
path: root/src/game-server/character.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-03-25 22:40:43 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-03-25 23:06:06 +0100
commit4dfc82415691fe298f21bb2f81fed5c168ee14e5 (patch)
tree1e6d15038a64a2f962e3b8a7b8a4ad4b6f7e22d9 /src/game-server/character.cpp
parent4e9e0ac87b4dc16f19ac4f930d52c4cc0a2c6f64 (diff)
downloadmanaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.tar.gz
manaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.tar.bz2
manaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.tar.xz
manaserv-4dfc82415691fe298f21bb2f81fed5c168ee14e5.zip
Moved documentation out of class definition
Inline documentation is in general needlessly verbose and only makes it harder to read the actual class API. This change moves this kind of documentation to the function implementation for the 'Entity' class. For inline methods, the implementation is moved outside of the class using the 'inline' keyword. This provides a good place to put the documentation, but it also further cleans up the class definition. The class definition now gives a much better overview over its API. And if needed, details can be looked up at the function implementations. Reviewed-by: Erik Schilling
Diffstat (limited to 'src/game-server/character.cpp')
0 files changed, 0 insertions, 0 deletions