hi folks,
just was editing my old templates to textclips with this cool variables.
first of all its a cool thing with the variables and that stuff ;) but there where some issues with the wincvs placeholders like:
- $Revision:$
- $Id:$
it seems that the $-sign messes around with the parsers, after such a placeholder the following commands like ${PN_FILENAME} aren't replaced with the actual filename. when i remove the wincvs placeholders it works fine.
doxygen allows to ways of marking the keywords, one is an @ the other is a \, in my old templates i always used the backslash. for some reasons one backslash isn't inserted. if u want to get "\file" you've to write "\\file" in your text_clip. i dont know if this is how it supposed to be.
and finally is there a way to get the actual date? is there any variable that i can use? it would be awesome if its possible to format the date and time in different ways.