diff options
author | Calvin Morrison <mutantturke@gmail.com> | 2011-11-13 19:27:09 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturke@gmail.com> | 2011-11-13 19:27:09 -0500 |
commit | b04ad86203e19f0e89e971fefc3f40b380cbe7b2 (patch) | |
tree | 639782b440de136501ae6ee50d8d54450765346f /ubuntu/maverick/kdepim/debian/man/kode-trinity.man | |
parent | 7123ebd91f9851d8a0479d043508ec5885e24f91 (diff) | |
parent | 70daaabb4fd5f3b559f5ef489377c9fe93a47f0d (diff) | |
download | tde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.tar.gz tde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/kdepim/debian/man/kode-trinity.man')
-rw-r--r-- | ubuntu/maverick/kdepim/debian/man/kode-trinity.man | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/ubuntu/maverick/kdepim/debian/man/kode-trinity.man b/ubuntu/maverick/kdepim/debian/man/kode-trinity.man deleted file mode 100644 index 183fc77b5..000000000 --- a/ubuntu/maverick/kdepim/debian/man/kode-trinity.man +++ /dev/null @@ -1,62 +0,0 @@ -.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<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 kioslave protocol name. -.TP -.B filename -Specifies the source code file name for output. -.so kdeopt.part |