diff --git a/~dev_rating/application/classes/Controller/Handler/FileCreator.php b/~dev_rating/application/classes/Controller/Handler/FileCreator.php
index 7ef05b8c73054c18abbdcf579c00b0aaacd8a665..ca860da1f6027370980196b912c0e6d60b2239a7 100644
--- a/~dev_rating/application/classes/Controller/Handler/FileCreator.php
+++ b/~dev_rating/application/classes/Controller/Handler/FileCreator.php
@@ -1,5 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
+/** Создание ведомостей */
 class Controller_Handler_FileCreator extends Controller_Handler
 {
     /** @var  Model_Teacher_Rating */
diff --git a/~dev_rating/application/classes/Controller/Handler/GetData.php b/~dev_rating/application/classes/Controller/Handler/GetData.php
index 4011df378e72b819c2d3fefebc7f6bc237264cd3..fda586bc384c90d905c8c7d0aa542a62b036ac95 100644
--- a/~dev_rating/application/classes/Controller/Handler/GetData.php
+++ b/~dev_rating/application/classes/Controller/Handler/GetData.php
@@ -1,5 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
+/** Получение списка групп, курсов, предметов, и т.д. */
 class Controller_Handler_GetData extends Controller_Handler
 {
     
diff --git a/~dev_rating/application/classes/Controller/Handler/readme.txt b/~dev_rating/application/classes/Controller/Handler/readme.txt
deleted file mode 100644
index 228867ba6313984fe8b09ccb97ec8e7a2d0180fc..0000000000000000000000000000000000000000
--- a/~dev_rating/application/classes/Controller/Handler/readme.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-FileCreator - создание ведомостей
-GetData - Получить список групп, курсов, предметов и тд
\ No newline at end of file