Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

mainpage.cpp

Go to the documentation of this file.
00001 /** @mainpage
00002 
00003     @section gtpoverview Overview
00004 
00005     Implementation of the Go Text Protocol (GTP).
00006 
00007     GtpEngine.cpp and GtpEngine.h provide a basic (game-independent)
00008     implementation of GTP. These files include only standard C++ library
00009     files, so they could be used in other projects.
00010 
00011     @section gtpdependencies Dependencies
00012 
00013     - @<none@>
00014 
00015     @section gtpdocumentation Documentation
00016 
00017     - @ref gtpenginecommands
00018     - @ref gtpenginesimulatedelay
00019 
00020     @section gtpreferences References
00021 
00022     - <a href="http://www.lysator.liu.se/~gunnar/gtp/">
00023     GTP - Go Text Protocol</a>
00024     - <a href="http://www.gnu.org/software/gnugo/gnugo_19.html#SEC204">
00025     GNU Go GTP Command Reference</a>
00026 */
00027 


17 Jun 2010 Doxygen 1.4.7