summaryrefslogtreecommitdiffstats
path: root/dilos/tdepim/debian/man/kode-trinity.man
diff options
context:
space:
mode:
authorDenis Kozadaev <denis@dilos.org>2020-01-30 22:13:12 +0300
committerSlávek Banko <slavek.banko@axis.cz>2020-03-03 00:55:31 +0100
commitde8843364b5ebfedb42b2c03aa8307fdec96f025 (patch)
tree3d1c937bffcdfa92a306194b7be459fd43d452ee /dilos/tdepim/debian/man/kode-trinity.man
parentcac18135ca5858fb16725187ce6f427324683018 (diff)
downloadtde-packaging-de8843364b5ebfedb42b2c03aa8307fdec96f025.tar.gz
tde-packaging-de8843364b5ebfedb42b2c03aa8307fdec96f025.zip
DilOS: tdepim build pack
Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit aaa680c41f65f2ac24364a0b4307b5aef00c0368)
Diffstat (limited to 'dilos/tdepim/debian/man/kode-trinity.man')
-rw-r--r--dilos/tdepim/debian/man/kode-trinity.man62
1 files changed, 62 insertions, 0 deletions
diff --git a/dilos/tdepim/debian/man/kode-trinity.man b/dilos/tdepim/debian/man/kode-trinity.man
new file mode 100644
index 000000000..1ddd9e2ef
--- /dev/null
+++ b/dilos/tdepim/debian/man/kode-trinity.man
@@ -0,0 +1,62 @@
+.TH KODE 1
+.SH NAME
+kode \- TDE code generator
+.SH SYNOPSIS
+.B kode
+.I [Qt-options] [TDE-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