umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
heading.idl
Go to the documentation of this file.
1 /************************************************************************
2  %filename% - Copyright %author%
3 
4 Here you can write a license for your code, some comments or any other
5 information you want to have in your generated code. To to this simply
6 configure the "headings" directory in uml to point to a directory
7 where you have your heading files.
8 
9 or you can just replace the contents of this file with your own.
10 If you want to do this, this file is located at
11 
12 %headingpath%
13 
14 -->Code Generators searches for heading files based on the file extension
15  i.e. it will look for a file name ending in ".h" to include in C++ header
16  files, and for a file name ending in ".java" to include in all generated
17  java code.
18  If you name the file "heading.<extension>", Code Generator will always
19  choose this file even if there are other files with the same extension in the
20  directory. If you name the file something else, it must be the only one with that
21  extension in the directory to guarantee that Code Generator will choose it.
22 
23 you can use variables in your heading files which are replaced at generation
24 time. possible variables are : author, date, time, filename and filepath.
25 just write %variable_name%
26 
27 This file was generated on %date% at %time%
28 The original location of this file is %filepath%
29 **************************************************************************/