The same problem there.
I`ll make a short exmaple of my problem so it`s easier to understand:
I got this as my file header:
/**************************************************************************
* PURPOSE:
* <Purpose>
*
*
**************************************************************************
Now i fill out the purpose for example:
/**************************************************************************
* PURPOSE:
* This file is for testing file headers
*
*
**************************************************************************
Now i add a function an the file is regenerated and the things i filled in the purpose section are gone looking like this again:
/**************************************************************************
* PURPOSE:
* <Purpose>
*
*
**************************************************************************