footers on source files

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
mythdl
Posts: 12
Joined: 2003-09-07 03:11

footers on source files

Post by mythdl » 2004-06-27 02:59

while browsing the source code i noticed that there are footers at the bottom of each file. Are these created automatically by CVS or another program?
eg:
<pre>/**
* @file
* $Id: DirectoryListing.h,v 1.27 2004/04/24 09:40:58 arnetheduck Exp $
*/</pre>

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2004-06-27 04:32

The $Id$ keyword is from CVS. If you insert just that keyword, CVS will automatically expand the tag to show the most current information. There are many other keywords, as shown here.
The world is coming to an end. Please log off.

DC++ Guide | Words

Locked