From: Peter O. <obe...@us...> - 2010-11-19 16:33:33
|
Update of /cvsroot/ltp/utils/analysis/lcov/man In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8760/man Modified Files: geninfo.1 Log Message: geninfo: add missing man page sections Add sections describing options --derive-func-data and --no-markers to the geninfo man page. Index: geninfo.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/geninfo.1,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** geninfo.1 24 Aug 2010 16:15:53 -0000 1.19 --- geninfo.1 19 Nov 2010 16:33:25 -0000 1.20 *************** *** 38,41 **** --- 38,44 ---- .RB [ \-\-config\-file .IR config\-file ] + .RB [ \-\-no\-markers ] + .br + .RB [ \-\-derive\-func\-data ] .RE .SH DESCRIPTION *************** *** 180,183 **** --- 183,197 ---- .RE + .B \-\-derive\-func\-data + .br + .RS + Calculate function coverage data from line coverage data. + + Use this option to collect function coverage data, even if the version of the + gcov tool installed on the test system does not provide this data. lcov will + instead derive function coverage data from line coverage data and + information about which lines belong to a function. + .RE + .B \-\-external .br *************** *** 254,257 **** --- 268,278 ---- .RE + .B \-\-no\-markers + .br + .RS + Use this option if you want to get coverage data without regard to exclusion + markers in the source code file. + .RE + .B \-\-no\-recursion .br |