~ubuntu-branches/ubuntu/trusty/kdevelop/trusty

« back to all changes in this revision

Viewing changes to file_templates/common/cpp_header_onlyfunctions.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-12-09 18:54:59 UTC
  • mfrom: (1.7.19)
  • Revision ID: package-import@ubuntu.com-20131209185459-zlxv7jo7up8gthne
Tags: 4:4.6.0-0ubuntu1
* New upstream release (LP: #1259220)
* Update install files 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% load kdev_filters %}
2
 
{% block license_header %}
3
 
/*
4
 
 
5
 
 {{ license|lines_prepend:" * " }}
6
 
 */
7
 
{% endblock license_header %}
 
2
{% include "license_header_cpp.txt" %}
8
3
 
9
4
 
10
5
{% block include_guard_open %}