Orb/Doxygen/tmake/example/wc.t
changeset 0 42188c7ea2d9
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     1 #! Template that count number of C++ lines
       
     2 The number of C++ code lines for #$ $text=$project_name;
       
     3 #${
       
     4     $files = $project{"HEADERS"} . " " . $project{"SOURCES"};
       
     5     $text = `wc -l $files`;
       
     6 #$}