heading.h
00001 /************************************************************************ 00002 %filename% - Copyright %author% 00003 00004 Here you can write a license for your code, some comments or any other 00005 information you want to have in your generated code. To to this simply 00006 configure the "headings" directory in uml to point to a directory 00007 where you have your heading files. 00008 00009 or you can just replace the contents of this file with your own. 00010 If you want to do this, this file is located at 00011 00012 %headingpath% 00013 00014 -->Code Generators searches for heading files based on the file extension 00015 i.e. it will look for a file name ending in ".h" to include in C++ header 00016 files, and for a file name ending in ".java" to include in all generated 00017 java code. 00018 If you name the file "heading.<extension>", Code Generator will always 00019 choose this file even if there are other files with the same extension in the 00020 directory. If you name the file something else, it must be the only one with that 00021 extension in the directory to guarantee that Code Generator will choose it. 00022 00023 you can use variables in your heading files which are replaced at generation 00024 time. possible variables are : author, date, time, filename and filepath. 00025 just write %variable_name% 00026 00027 This file was generated on %date% at %time% 00028 The original location of this file is %filepath% 00029 **************************************************************************/
