• Jean-Tiare LE BIGOT's avatar
    Remove comment art from offapi and udkapi · fc299873
    Jean-Tiare LE BIGOT yazdı
    I used this "one-liner" to detect comment lines containing
    only spaces and '=' or '-'
    
    $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;
    
    Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
    fc299873
OLESimpleStorage.idl 2.51 KB