Changeset 4797

Show
Ignore:
Timestamp:
12/19/06 15:18:59 (2 years ago)
Author:
rambo
Message:

improved documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/support/clean_files.php

    r4796 r4797  
    66 * Helper to clean whitespace inside files in a directory (recursive) 
    77 * 
    8  * Converts tabs to four spaces, fixes various line break schemes 
    9  * to unix newline, removes trailing whitespace from each line 
    10  * removed preceding/trailing whitespace from the whole file (to avoid 
     8 * Converts tabs to four spaces, converts various line break schemes 
     9 * to unix newlines, removes trailing whitespace from each line and 
     10 * removes preceding/trailing whitespace from the whole file (to avoid 
    1111 * introducing accidental linebreaks to output [breaks XML for example]) 
    1212 * 
     13 * NOTE: if you wish to allow the script to automatically overwrite the files 
     14 * (in stead of just producing a .cleaned file), then you must change the 
     15 * $confirm property below. 
    1316 */ 
    1417class midcom_support_filecleaner