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:
parent
8a66c7f15a
commit
3c276a3cd3
80 changed files with 602 additions and 184 deletions
|
|
@ -1,4 +1,8 @@
|
|||
//HEADER_GOES_HERE
|
||||
/**
|
||||
* @file capture.h
|
||||
*
|
||||
* Interface of the screenshot function.
|
||||
*/
|
||||
#ifndef __CAPTURE_H__
|
||||
#define __CAPTURE_H__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue