Changeset 27995 for gs2-extensions


Ignore:
Timestamp:
2013-08-08T10:12:52+12:00 (11 years ago)
Author:
jmt12
Message:

Just adding some code comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/perllib/parallelbuildinginexport.pm

    r27279 r27995  
    223223################################################################################
    224224
    225 # @function perform_process_files()
     225
     226## @function perform_process_files()
    226227#
    227228sub perform_process_files
     
    246247  }
    247248}
    248 # perform_process_files()
    249 
    250 # @function generate_statistics()
    251 # write out import stats - only output statistics if there are multiple jobs
     249## perform_process_files() ##
     250
     251## @function generate_statistics()
     252#
     253# Write out import stats - only output statistics if there are multiple jobs
    252254# @author hs, 1 july 2010
     255#
    253256sub generate_statistics
    254257{
     
    303306  }
    304307}
    305 # generate_statistics()
     308## generate_statistics() ##
    306309
    3073101;
Note: See TracChangeset for help on using the changeset viewer.