From 1b6efb141bcf333e5c73a520e701d1de8cafcf4e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 4 Nov 2011 12:06:08 -0500 Subject: Rename kde packages to tde --- ubuntu/maverick/tdepim/debian/man/kode-trinity.man | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ubuntu/maverick/tdepim/debian/man/kode-trinity.man (limited to 'ubuntu/maverick/tdepim/debian/man/kode-trinity.man') diff --git a/ubuntu/maverick/tdepim/debian/man/kode-trinity.man b/ubuntu/maverick/tdepim/debian/man/kode-trinity.man new file mode 100644 index 000000000..183fc77b5 --- /dev/null +++ b/ubuntu/maverick/tdepim/debian/man/kode-trinity.man @@ -0,0 +1,62 @@ +.TH KODE 1 +.SH NAME +kode \- KDE code generator +.SH SYNOPSIS +.B kode +.I [Qt-options] [KDE-options] [options] [filename] +.SH DESCRIPTION +.B Kode +generates various types of C++ template files. +.SH PROGRAM OPTIONS +.TP +.B -c, --create-class +Create a class. +.TP +.B -d, --create-dialog +Create a dialog. +.TP +.B --create-kioslave +Create a kioslave. +.TP +.B -y, --codify +Create generator code for the given source. +.TP +.B --add-property +Add a property to the class. +.TP +.B --inplace +Change the output file in place. +.TP +.B --author-email \fI\fB +Add an author with the given email address. +.TP +.B --project \fI\fB +Give the project name. +.TP +.B --gpl +Use the GPL as the license. +.TP +.B --lgpl +Use the LGPL as the license. +.TP +.B --classname \fI\fB +Specifies the name of the class. +.TP +.B --namespace \fI\fB +Specifies the namespace in which to place the class. +.TP +.B --warning +Enable warnings about code generation. +.TP +.B --qt-exception +Add a QT exception to the GPL. +.TP +.B --singleton +Create a singleton class. +.TP +.B --protocol +Specifies the kioslave protocol name. +.TP +.B filename +Specifies the source code file name for output. +.so kdeopt.part -- cgit v1.2.1