| OLD | NEW |
| 1 .TH genpng 1 "LCOV 1.7" 2008\-11\-17 "User Manuals" | 1 .TH genpng 1 "LCOV 1.10" 2012\-10\-10 "User Manuals" |
| 2 .SH NAME | 2 .SH NAME |
| 3 genpng \- Generate an overview image from a source file | 3 genpng \- Generate an overview image from a source file |
| 4 .SH SYNOPSIS | 4 .SH SYNOPSIS |
| 5 .B genpng | 5 .B genpng |
| 6 .RB [ \-h | \-\-help ] | 6 .RB [ \-h | \-\-help ] |
| 7 .RB [ \-v | \-\-version ] | 7 .RB [ \-v | \-\-version ] |
| 8 .RS 7 | 8 .RS 7 |
| 9 .br | 9 .br |
| 10 .RB [ \-t | \-\-tab\-size | 10 .RB [ \-t | \-\-tab\-size |
| 11 .IR tabsize ] | 11 .IR tabsize ] |
| 12 .RB [ \-w | \-\-width | 12 .RB [ \-w | \-\-width |
| 13 .IR width ] | 13 .IR width ] |
| 14 .br | 14 .br |
| 15 .RB [ \-o | \-\-output\-filename | 15 .RB [ \-o | \-\-output\-filename |
| 16 .IR output\-filename ] | 16 .IR output\-filename ] |
| 17 .br | 17 .br |
| 18 .IR source\-file | 18 .IR source\-file |
| 19 .SH DESCRIPTION | 19 .SH DESCRIPTION |
| 20 .B genpng | 20 .B genpng |
| 21 creates an overview image for a given source code file of either | 21 creates an overview image for a given source code file of either |
| 22 plain text or .gcov file format. | 22 plain text or .gcov file format. |
| 23 | 23 |
| 24 Note that the | 24 Note that the |
| 25 .I GD.pm | 25 .I GD.pm |
| 26 PERL module has to be installed for this script to work | 26 Perl module has to be installed for this script to work |
| 27 (it may be obtained from | 27 (it may be obtained from |
| 28 .IR http://www.cpan.org ). | 28 .IR http://www.cpan.org ). |
| 29 | 29 |
| 30 Note also that | 30 Note also that |
| 31 .B genpng | 31 .B genpng |
| 32 is called from within | 32 is called from within |
| 33 .B genhtml | 33 .B genhtml |
| 34 so that there is usually no need to call it directly. | 34 so that there is usually no need to call it directly. |
| 35 | 35 |
| 36 .SH OPTIONS | 36 .SH OPTIONS |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 .RE | 92 .RE |
| 93 .SH AUTHOR | 93 .SH AUTHOR |
| 94 Peter Oberparleiter <Peter.Oberparleiter@de.ibm.com> | 94 Peter Oberparleiter <Peter.Oberparleiter@de.ibm.com> |
| 95 | 95 |
| 96 .SH SEE ALSO | 96 .SH SEE ALSO |
| 97 .BR lcov (1), | 97 .BR lcov (1), |
| 98 .BR genhtml (1), | 98 .BR genhtml (1), |
| 99 .BR geninfo (1), | 99 .BR geninfo (1), |
| 100 .BR gendesc (1), | 100 .BR gendesc (1), |
| 101 .BR gcov (1) | 101 .BR gcov (1) |
| OLD | NEW |