dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/csdoc cssrc2html.1, NONE, 1.1 Makefile.a


From: Andrew Mitchell <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csdoc cssrc2html.1, NONE, 1.1 Makefile.am, 1.16, 1.17
Date: Fri, 05 Sep 2003 22:50:47 -0400

Update of /cvsroot/dotgnu-pnet/pnet/csdoc
In directory subversions:/tmp/cvs-serv15176/csdoc

Modified Files:
        Makefile.am 
Added Files:
        cssrc2html.1 
Log Message:
Added manpage for cssrc2html


--- NEW FILE ---
.\" Copyright (c) 2001 Southern Storm Software, Pty Ltd.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
.TH cssrc2html 1 "17 June 2002" "Southern Storm Software" "Portable.NET 
Development Tools"
.SH NAME
cssrc2html \- convert C# documentation into a hierarchy diagram
.SH SYNOPSIS
.ll +8
.B cssrc2html
[ options ]
.I input
\&...
.SH DESCRIPTION
.B Cssrc2html
reads the supplied C# input files, and converts them into
colorised HTML files.

Specifying multiple input files is exactly the same as specifying
one input file which is the concatenation of all of the files.
.SH OPTIONS
.TP
.B -o \fIname\fR, \-\-output \fIname\fR
Specify the name of the output file.  If not specified, the default
is standard output.
.TP
.B \-fby\-library
Organise the output by library instead of by class name.
.TP
.B \-h\-help
Print a usage message for the \fBcssrc2html\fR program.
.TP
.B \-v
Print the version of the \fBcssrc2html\fR program.
.TP
.B \-\-
Marks the end of the command-line options, and the beginning of
the input filenames.  You may need to use this if your filename
begins with '-'.  e.g. "csdoc2hier -- -input.xml".  This is not needed
if the input is stdin: "csdoc2hier -" is perfectly valid.
.SH "AUTHOR"
Written by Southern Storm Software, Pty Ltd.

http://www.southern-storm.com.au/
.SH "SEE ALSO"
csdoc(1), csdoc2html(1)
.SH "DIAGNOSTICS"
Exit status is 1 if an error occurred while processing the input.
Otherwise the exit status is 0.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csdoc/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** Makefile.am 24 Jun 2003 04:20:25 -0000      1.16
--- Makefile.am 6 Sep 2003 02:50:44 -0000       1.17
***************
*** 1,5 ****
  bin_PROGRAMS       = csdoc2texi csdoc2html csdoc2hier cssrc2html
  noinst_PROGRAMS    = csdocvalil csdoc2stub csdoc2test src2xml il2doc
! man_MANS           = csdoc2texi.1 csdoc2html.1 csdoc2hier.1
  EXTRA_DIST         = $(man_MANS)
  
--- 1,5 ----
  bin_PROGRAMS       = csdoc2texi csdoc2html csdoc2hier cssrc2html
  noinst_PROGRAMS    = csdocvalil csdoc2stub csdoc2test src2xml il2doc
! man_MANS           = csdoc2texi.1 csdoc2html.1 csdoc2hier.1 cssrc2html.1
  EXTRA_DIST         = $(man_MANS)
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]