umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
heading.h
Go to the documentation of this file.
1/************************************************************************
2 %filename% - Copyright %author%
3
4Here you can write a license for your code, some comments or any other
5information you want to have in your generated code. To to this simply
6configure the "headings" directory in uml to point to a directory
7where you have your heading files.
8
9or you can just replace the contents of this file with your own.
10If 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
23you can use variables in your heading files which are replaced at generation
24time. possible variables are : author, date, time, filename and filepath.
25just write %variable_name%
26
27This file was generated on %date% at %time%
28The original location of this file is %filepath%
29**************************************************************************/