Warning, /sdk/kde-dev-scripts/doc/man-cxxmetric.1.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
0003 <!ENTITY % English "INCLUDE">
0004 ]>
0005 
0006 <refentry lang="&language;">
0007 <refentryinfo>
0008 <author><personname><firstname>Ben</firstname><surname>Burton</surname></personname>
0009 <email>bab@debian.org</email></author>
0010 <date>2003-04-07</date>
0011 </refentryinfo>
0012 
0013 <refmeta>
0014 <refentrytitle><command>cxxmetric</command></refentrytitle>
0015 <manvolnum>1</manvolnum>
0016 </refmeta>
0017 
0018 <refnamediv>
0019 <refname><command>cxxmetric</command></refname>
0020 <refpurpose>Simple source metrics for C and C++</refpurpose>
0021 </refnamediv>
0022 
0023 <refsynopsisdiv>
0024 <cmdsynopsis>
0025 <command>cxxmetric</command>
0026 
0027 <group><option><replaceable>file</replaceable></option></group>
0028 
0029 </cmdsynopsis>
0030 </refsynopsisdiv>
0031 
0032 <refsect1>
0033 <title>Description</title>
0034 
0035 <para>cxxmetric counts lines of code, comment and blank space and
0036 calculates various other statistics for each given source file. Source
0037 files must be in C or C++.</para>
0038 
0039 <para>This utility is part of the KDE Software Development Kit. </para> 
0040 
0041 </refsect1>
0042 
0043 </refentry>