~ubuntu-branches/ubuntu/quantal/pmccabe/quantal

« back to all changes in this revision

Viewing changes to decomment.1

  • Committer: Bazaar Package Importer
  • Author(s): Paul Bame
  • Date: 2003-03-12 14:05:33 UTC
  • Revision ID: james.westby@ubuntu.com-20030312140533-moud629bi4ryp48y
Tags: 2.2-3
tweek for running under buildd and whenever pmccabe not installed
and . not in $PATH

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "decomment" 1 12Feb2003 HP
 
2
.SH NAME
 
3
decomment \- remove comments from C and C++ files
 
4
.SH SYNOPSIS
 
5
.B decomment [file(s)]
 
6
 
 
7
.SH DESCRIPTION
 
8
.I decomment
 
9
processes the named files, or standard input if none are named,
 
10
copying their contents to standard output with comments removed.
 
11
Line numbers in the input file(s) and out file(s) are unchanged,
 
12
that is, if \fCmain()\fR occurs on line 40 in the input, it will
 
13
also appear on line 40 in the output despite comment removal.
 
14
.SH APPLICATIONS
 
15
\fIdecomment\fR may be used to remove comments in order to simply
 
16
other programs which process source code.
 
17
.SH DIAGNOSTICS
 
18
No parsing-related diagnostics.
 
19
.SH WARNINGS
 
20
.SH AUTHOR
 
21
Paul Bame
 
22
 
 
23
.SH "SEE ALSO"
 
24
.IR pmccabe (1),
 
25
.IR codechanges (1)