Changeset 11567 for trunk

Show
Ignore:
Timestamp:
11/03/08 16:48:34 (2 months ago)
Author:
ejhernandez@…
Message:

Documenting public methods as coding styles said so

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/ebox/src/EBox/ProgressIndicator.pm

    r10308 r11567  
    166166} 
    167167 
     168# Method: percentage 
     169# 
     170#     Return how many ticks have been performed of the total in 
     171#     percentage means 
     172# 
     173# Returns: 
     174# 
     175#     String - the percentage round to two decimals 
     176# 
    168177sub percentage 
    169178{ 
     
    194203} 
    195204 
     205# Method: started 
     206# 
     207#     Return whether the action to perform has started or not 
     208# 
     209# Returns: 
     210# 
     211#     True  - if it has started 
     212#     False - otherwise 
     213# 
    196214sub started 
    197215{ 
     
    206224} 
    207225 
    208  
     226# Method: finished 
     227# 
     228#     Return whether the action to perform has finished or not 
     229# 
     230# Returns: 
     231# 
     232#     True  - if it has finished 
     233#     False - otherwise 
     234# 
    209235sub finished 
    210236{