diff -r 000000000000 -r 42188c7ea2d9 Orb/Doxygen/tmake/example/wc.t --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/tmake/example/wc.t Thu Jan 21 17:29:01 2010 +0000 @@ -0,0 +1,6 @@ +#! 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`; +#$}