From 0f491ce433e39b49e329f5920779a5e50950e1e4 Mon Sep 17 00:00:00 2001 From: Grunaka Date: Sun, 6 Dec 2015 15:05:22 +0100 Subject: [PATCH] Add commments in CBot.h --- src/CBot/CBot.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/CBot/CBot.h b/src/CBot/CBot.h index 11595183..4ba45b0e 100644 --- a/src/CBot/CBot.h +++ b/src/CBot/CBot.h @@ -17,6 +17,12 @@ * along with this program. If not, see http://gnu.org/licenses */ +/*! + * \file CBot.h + * \brief Public interface of CBot language interpreter. CBot.h is the only file + * that should be included by any Colobot files outside of the CBot module. + */ + // Modules inlcude #include "CBot/CBotFileUtils.h" #include "CBot/CBotClass.h"