Index: branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php	(revision 20089)
+++ branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php	(revision 20090)
@@ -117,5 +117,13 @@
     }
 
-    //---- 入力エラーチェック
+    /**
+     * lfErrorCheck
+     *
+     * 入力エラーチェック
+     *
+     * @param mixed $array
+     * @access public
+     * @return void
+     */
     function lfErrorCheck($array) {
         $objErr     = new SC_CheckError($array);
@@ -133,5 +141,13 @@
     }
 
-    //---- 正会員登録完了メール送信
+    /**
+     * lfSendRegistMail
+     *
+     * 正会員登録完了メール送信
+     *
+     * @param mixed $registSecretKey
+     * @access public
+     * @return void
+     */
     function lfSendRegistMail($registSecretKey) {
         $objCustomer    = new SC_Customer();
Index: branches/version-2_5-dev/data/class/SC_CheckError.php
===================================================================
--- branches/version-2_5-dev/data/class/SC_CheckError.php	(revision 20085)
+++ branches/version-2_5-dev/data/class/SC_CheckError.php	(revision 20090)
@@ -986,4 +986,14 @@
     }
 
+    /**
+     * CHECK_REGIST_CUSTOMER_EMAIL
+     *
+     * メールアドレスが会員登録されているか調べる
+     * value[0] = 項目名 value[1] = 判定対象メールアドレス
+     *
+     * @param mixed $value
+     * @access public
+     * @return void
+     */
     function CHECK_REGIST_CUSTOMER_EMAIL ($value) {
         if(isset($this->arrErr[$value[1]])) {
