diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
commit | 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch) | |
tree | c6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/tdepim/debian/man/kode-trinity.man | |
parent | 211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff) | |
download | tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip |
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/tdepim/debian/man/kode-trinity.man')
-rw-r--r-- | ubuntu/raring/tdepim/debian/man/kode-trinity.man | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/ubuntu/raring/tdepim/debian/man/kode-trinity.man b/ubuntu/raring/tdepim/debian/man/kode-trinity.man new file mode 100644 index 000000000..e737f5c31 --- /dev/null +++ b/ubuntu/raring/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-tdeioslave +Create a tdeioslave. +.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<name>\fB +Add an author with the given email address. +.TP +.B --project \fI<name>\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<name>\fB +Specifies the name of the class. +.TP +.B --namespace \fI<name>\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 tdeioslave protocol name. +.TP +.B filename +Specifies the source code file name for output. +.so kdeopt.part |