diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-03-09 03:26:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-09 03:26:50 +0100 |
commit | 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf (patch) | |
tree | b47d494ac058f89a207b3c8219560bea557d5780 /ubuntu/lucid_automake/kdepim/debian/man/kode-kde3.man | |
parent | 5fff8c470474773fad5bd31decf0aa25a5c4f59b (diff) | |
download | tde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.tar.gz tde-packaging-4538fd673d9de4a9764f7ce96e35dc9d4e4977cf.zip |
Housekeeping in Debian and Ubuntu
Diffstat (limited to 'ubuntu/lucid_automake/kdepim/debian/man/kode-kde3.man')
-rw-r--r-- | ubuntu/lucid_automake/kdepim/debian/man/kode-kde3.man | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/ubuntu/lucid_automake/kdepim/debian/man/kode-kde3.man b/ubuntu/lucid_automake/kdepim/debian/man/kode-kde3.man deleted file mode 100644 index e737f5c31..000000000 --- a/ubuntu/lucid_automake/kdepim/debian/man/kode-kde3.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-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 |