Orb/Doxygen/tmake/example/wc.t
author szarinda <>
Thu, 21 Jan 2010 17:29:01 +0000
changeset 0 42188c7ea2d9
permissions -rw-r--r--
Initial contribution of ORB delivering Feature bug 1460

#! Template that count number of C++ lines
The number of C++ code lines for #$ $text=$project_name;
#${
    $files = $project{"HEADERS"} . " " . $project{"SOURCES"};
    $text = `wc -l $files`;
#$}