warzone2100/doc/code/mainpage.dox

23 lines
895 B
Plaintext

/** @mainpage Warzone2100 Code Documentation
*
* @section intro_sec Introduction
*
* Welcome to the Warzone 2100 Project's code library! We are still only starting
* to document this code base, but it should already be useful for quickly browsing around the
* code and getting an idea of what exists and how things work.
*
* @section install_sec Where to begin
*
* @subsection step1 Step 1: Read the wiki documentation
*
* We have a great deal of documentation on our <a href="http://developer.wz2100.net/">wiki page</a> which
* may help get you started. Please also take notice of our <a href="http://developer.wz2100.net/wiki/CodingStyle">style guide</a>!
*
* @subsection step2 Step 2: Skim main.cpp
*
* You may want to begin reading code with <a href="main_8cpp.html">main.cpp</a>, since this is where execution begins,
* and trace code paths from here.
*
* Have fun!
*/