diff options
Diffstat (limited to 'languages/cpp/templates')
-rw-r--r-- | languages/cpp/templates/Makefile.am | 2 | ||||
-rw-r--r-- | languages/cpp/templates/default.cpp | 12 | ||||
-rw-r--r-- | languages/cpp/templates/default.h | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/languages/cpp/templates/Makefile.am b/languages/cpp/templates/Makefile.am new file mode 100644 index 00000000..21f95fa8 --- /dev/null +++ b/languages/cpp/templates/Makefile.am @@ -0,0 +1,2 @@ +templatesdata_DATA = default.cpp default.h +templatesdatadir = $(kde_datadir)/kdevcppsupport/templates diff --git a/languages/cpp/templates/default.cpp b/languages/cpp/templates/default.cpp new file mode 100644 index 00000000..9f3c6258 --- /dev/null +++ b/languages/cpp/templates/default.cpp @@ -0,0 +1,12 @@ +// -*-c++-*- +// +// C++ Implementation: $MODULE$ +// +// Description: +// +// +// Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +// +// Copyright: See COPYING file that comes with this distribution +// +// diff --git a/languages/cpp/templates/default.h b/languages/cpp/templates/default.h new file mode 100644 index 00000000..aa63e1e2 --- /dev/null +++ b/languages/cpp/templates/default.h @@ -0,0 +1,12 @@ +// -*-c++-*- +// +// C++ Interface: $MODULE$ +// +// Description: +// +// +// Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +// +// Copyright: See COPYING file that comes with this distribution +// +// |