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,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csdoc cssrc2html.1,1.1,1.2
Date: Fri, 05 Sep 2003 23:02:11 -0400

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

Modified Files:
        cssrc2html.1 
Log Message:


Fill in the missing parts of the manpage.


Index: cssrc2html.1
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csdoc/cssrc2html.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cssrc2html.1        6 Sep 2003 02:50:44 -0000       1.1
--- cssrc2html.1        6 Sep 2003 03:02:08 -0000       1.2
***************
*** 1,3 ****
! .\" Copyright (c) 2001 Southern Storm Software, Pty Ltd.
  .\"
  .\" This program is free software; you can redistribute it and/or modify
--- 1,3 ----
! .\" Copyright (c) 2003 Southern Storm Software, Pty Ltd.
  .\"
  .\" This program is free software; you can redistribute it and/or modify
***************
*** 14,20 ****
  .\" 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
--- 14,20 ----
  .\" 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 "6 September 2003" "Southern Storm Software" "Portable.NET 
Development Tools"
  .SH NAME
! cssrc2html \- convert a C# source file into HTML
  .SH SYNOPSIS
  .ll +8
***************
*** 22,53 ****
  [ 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.
--- 22,39 ----
  [ options ]
  .I input
  .SH DESCRIPTION
  .B Cssrc2html
! reads the supplied C# input source file, and converts it into a
! colorised HTML file.
  .SH OPTIONS
  .TP
! .B \-t\fInum\fR
! Set the tab size to \fInum\fR.  The default is 4.
  .TP
! .B \-h
  Print a usage message for the \fBcssrc2html\fR program.
  .TP
  .B \-v
  Print the version of the \fBcssrc2html\fR program.
  .SH "AUTHOR"
  Written by Southern Storm Software, Pty Ltd.
***************
*** 56,60 ****
  .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.
--- 42,43 ----





reply via email to

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