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

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

[Dotgnu-pnet-commits] CVS: pnet/doc pnettools.texi,1.26,1.27


From: Stephen Compall <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/doc pnettools.texi,1.26,1.27
Date: Sun, 26 Jan 2003 18:44:47 -0500

Update of /cvsroot/dotgnu-pnet/pnet/doc
In directory subversions:/tmp/cvs-serv16025/doc

Modified Files:
        pnettools.texi 
Log Message:
doc/pnettools.texi: Added info dir entries.

Index: pnettools.texi
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/doc/pnettools.texi,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** pnettools.texi      14 Dec 2002 23:18:59 -0000      1.26
--- pnettools.texi      26 Jan 2003 23:44:40 -0000      1.27
***************
*** 6,9 ****
--- 6,53 ----
  @c %** end of header
  
+ @dircategory DotGNU
+ @direntry
+ * Portable .NET: (pnettools).   Development toolchain for applications
+                                 targeted at the CLI, such as those
+                                 written in C#.
+ @end direntry
+ 
+ @dircategory Individual utilities
+ @direntry
+ * cscc: (pnettools)cscc invocation.
+                                 Compiling to DotGNU Portable .NET.
+ * csdoc: (pnettools)csdoc invocation.
+                                 Extracting C# program documentation.
+ * csdoc2hier: (pnettools)csdoc2hier invocation.
+                                 Viewing C# class hierarchies.
+ * csdoc2html: (pnettools)csdoc2html invocation.
+                                 Converting `csdoc' output to HTML.
+ * csdoc2texi: (pnettools)csdoc2texi invocation.
+                                 Converting `csdoc' output to Texinfo.
+ * ilalink: (pnettools)ilalink invocation.  Link Portable .NET objects.
+ * ilasm: (pnettools)ilasm invocation.    Assemble IL to Portable .NET
+                                 assemblies.
+ * ildasm: (pnettools)ildasm invocation.
+                                 Debug problems with Portable .NET
+                                 executables by disassembly.
+ * ildd: (pnettools)ildd invocation.
+                                 Portable .NET library dependencies.
+ * ilfind: (pnettools)ilfind invocation.     Search for patterns in
+                                 Portable .NET objects.
+ * ilnative: (pnettools)ilnative invocation.
+                                 List native methods used in a Portable
+                                 .NET assemblies/objects.
+ * ilsize: (pnettools)ilsize invocation.
+                                 List size information for CLI objects.
+ * resgen: (pnettools)resgen invocation.     Make data resources for
+                                             Portable .NET assemblies.
+ @end direntry
+ 
+ @c Produces entries for csant tags in an appropriate index.
+ @macro csanttag {tag}
+ @cindex @code{\tag\} (@command{csant} tag)
+ @cindex @command{csant} tag @code{\tag\}
+ @end macro
+ 
  @ifinfo
  The Portable.NET development tools assist with building
***************
*** 11,15 ****
  development.
  
! Copyright @copyright{} 2001 Southern Storm Software, Pty Ltd
  @end ifinfo
  
--- 55,60 ----
  development.
  
! Copyright @copyright{} 2001, 2002 Southern Storm Software, Pty Ltd
! Copyright @copyright{} 2003  Free Software Foundation, Inc.
  @end ifinfo
  
***************
*** 19,23 ****
  
  @vskip 0pt plus 1fill
! @center{Copyright @copyright{} 2001 Southern Storm Software, Pty Ltd}
  @end titlepage
  
--- 64,69 ----
  
  @vskip 0pt plus 1fill
! @center{Copyright @copyright{} 2001, 2002 Southern Storm Software, Pty Ltd}
! @center{Copyright @copyright{} 2003  Free Software Foundation, Inc.}
  @end titlepage
  
***************
*** 51,55 ****
  and manipulate applications for the Portable.NET platform.
  
! @table @code
  @item cscc
  The C# compiler.  @xref{C# Compiler}, for more information.
--- 97,101 ----
  and manipulate applications for the Portable.NET platform.
  
! @table @command
  @item cscc
  The C# compiler.  @xref{C# Compiler}, for more information.
***************
*** 58,62 ****
  more information.
  @item csdoc2hier
! Used to convert C# XML documentation into a tree hierarhcy diagram.
  @xref{csdoc2hier invocation}, for more information.
  @item csdoc2html
--- 104,108 ----
  more information.
  @item csdoc2hier
! Used to convert C# XML documentation into a tree hierarchy diagram.
  @xref{csdoc2hier invocation}, for more information.
  @item csdoc2html





reply via email to

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