source code documentation variables

kitts kitts at hotpop.com
Wed Mar 29 20:04:48 BST 2006


Is there any documentation of the various variables that i can insert in 
source files that would get replaced.

I have found some variables used in template files such as $AUTHOR$. These 
get replaced with project author name on file creation. In the template i 
would like to add a header guard (available in C++ class generator but not 
C) like

#ifndef __MYFILE_H__
#define __MYFILE_H__
...
#endif //__MYFILE_H__

While these are variables from templates replaced only when a file is 
created, is there also a way to put stuff like a time stamp at a specific 
location every time a file is saved?
-- 
Cheers!
kitts


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list