Ignore:
Timestamp:
2014/08/27 19:08:02 (12 years ago)
Author:
kimoto
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

 https://scrutinizer-ci.com/g/nobuhiko/EC-CUBE/inspections/e0f27994-b3c7-4fc6-ad70-55d3cd63769b/patches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/graph/SC_Graph_Line.php

    r23605 r23606  
    166166 
    167167    // ポイントの描画 
     168 
     169    /** 
     170     * @param integer $line_no 
     171     */ 
    168172    public function setMark($line_no, $left, $top, $size = LINE_MARK_SIZE) 
    169173    { 
     
    327331 
    328332    // X軸タイトルをセットする 
     333 
     334    /** 
     335     * @param string $title 
     336     */ 
    329337    public function setXTitle($title) 
    330338    { 
     
    333341 
    334342    // Y軸タイトルをセットする 
     343 
     344    /** 
     345     * @param string $title 
     346     */ 
    335347    public function setYTitle($title) 
    336348    { 
Note: See TracChangeset for help on using the changeset viewer.