ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/macros/doc/addDesc.sh
(Generate patch)

Comparing UserCode/MitAna/macros/doc/addDesc.sh (file contents):
Revision 1.3 by loizides, Thu Jul 16 15:41:03 2009 UTC vs.
Revision 1.4 by loizides, Fri Jul 17 13:29:55 2009 UTC

# Line 29 | Line 29 | if test -z "`echo $hf | grep TAM/`"; the
29      cat $sf | grep -v "// \$Id" >> ${sf}.tmp
30      mv ${sf} ${sf}.keep
31      mv ${sf}.tmp $sf
32 +
33 +    cat $hf | grep -v "//------" > ${hf}.tmp
34 +    mv ${hf} ${hf}.keep
35 +    mv ${hf}.tmp $hf
36 +
37   else
38      sf=`dirname $hf`/`basename $hf .h`.cxx
39      sf=`echo $sf | replace interface src`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines