From 05341fcef62dfe6406e958247f919b4197044f90 Mon Sep 17 00:00:00 2001
From: xamgore <xamgore@ya.ru>
Date: Wed, 18 Mar 2015 05:06:24 +0300
Subject: [PATCH] readme.txt comments moved to documentary comments

---
 .../application/classes/Controller/Handler/FileCreator.php      | 1 +
 ~dev_rating/application/classes/Controller/Handler/GetData.php  | 1 +
 ~dev_rating/application/classes/Controller/Handler/readme.txt   | 2 --
 3 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 100644 ~dev_rating/application/classes/Controller/Handler/readme.txt

diff --git a/~dev_rating/application/classes/Controller/Handler/FileCreator.php b/~dev_rating/application/classes/Controller/Handler/FileCreator.php
index 7ef05b8c7..ca860da1f 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 4011df378..fda586bc3 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 228867ba6..000000000
--- a/~dev_rating/application/classes/Controller/Handler/readme.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-FileCreator - создание ведомостей
-GetData - Получить список групп, курсов, предметов и тд
\ No newline at end of file
-- 
GitLab