Add documentation

- Add file documentation to about 1/4 of the files in Source
- Copy over a lot of the documentation from the sanctuary/notes repo
- Standardise all the existing documentation
- Create a configuration for Doxygen
- Add more documentation (engine.cpp is now fully documented)
This commit is contained in:
Anders Jenbo 2020-03-01 01:29:19 +01:00
commit 3c276a3cd3
80 changed files with 602 additions and 184 deletions

View file

@ -1,3 +1,8 @@
/**
* @file dthread.cpp
*
* Implementation of functions for updating game state from network commands.
*/
#include "all.h"
#include "../3rdParty/Storm/Source/storm.h"