* xamlg.1:
authorJackson Harper <jackson@novell.com>
Tue, 3 Jul 2007 03:15:18 +0000 (03:15 -0000)
committerJackson Harper <jackson@novell.com>
Tue, 3 Jul 2007 03:15:18 +0000 (03:15 -0000)
        * Makefile.am: Add man page for xamlg.

svn path=/trunk/mono/; revision=81216

man/Makefile.am
man/xamlg.1 [new file with mode: 0644]

index aeb261e3bcd90dabef06af893b01127b29c44b37..6f08cb42f53c6b3239c6f219909c02444dd79d8c 100644 (file)
@@ -2,6 +2,6 @@ man_MANS = mcs.1 mono.1 monostyle.1 mono-config.5 sqlsharp.1 oldmono.1 ilasm.1 \
           cert2spc.1 cilc.1 genxs.1 wsdl.1 disco.1 soapsuds.1 makecert.1 \
           chktrust.1 setreg.1 sn.1 secutil.1 signcode.1 certmgr.1 monop.1 xsd.1 gacutil.1 \
           macpack.1 mkbundle.1 dtd2xsd.1 permview.1 prj2make.1 mono-service.1 mono-shlib-cop.1 \
-          al.1 mozroots.1 mono-xmltool.1 sgen.1 httpcfg.1 vbnc.1 resgen.1
+          al.1 mozroots.1 mono-xmltool.1 sgen.1 httpcfg.1 vbnc.1 resgen.1 xamlg.1
 
 EXTRA_DIST = $(man_MANS)
diff --git a/man/xamlg.1 b/man/xamlg.1
new file mode 100644 (file)
index 0000000..078b09f
--- /dev/null
@@ -0,0 +1,26 @@
+.TH "xamlg" 1
+.SH NAME
+xamlg \- Mono Xaml Class Generator
+.SH SYNOPSIS
+.B xamlg.exe [/lang:NAME] xamlfile[,outputfile]...
+.SH DESCRIPTION
+xamlg is a utility for generating partial classes from XAML.
+.PP
+xamlg will scan XAML files for x:Name'd elements and create
+memberfields for those elements.  This allows users to easily
+reference elements in a XAML file from their .NET code.
+.SH OPTIONS
+.TP
+.B @lang
+The language that the partial class should be created in.  Available
+options are CS for C Sharp or VB for Visual Basic.
+.TP
+.B -? | -help
+Display information about xamlg
+.PP
+.SH COPYRIGHT
+Copyright (C) 2007 Novell, Inc (http://www.novell.com)
+.SH MAILING LISTS
+Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
+.SH WEB SITE
+Visit: http://www.mono-project.com for details