Formatting of RCS variables changed ($Revision$ + $Date$ instead of $Id$)

This commit is contained in:
Sven Schönherr 1997-04-26 14:01:20 +00:00
parent 33b54da0be
commit 063bc8d3ef
1 changed files with 9 additions and 4 deletions

View File

@ -4,16 +4,19 @@
@! ----------------------------------------------------------------------------
@! file : web/file_header.awlib
@! author: Sven Schönherr (sven@inf.fu-berlin.de)
@! $Id$
@! ----------------------------------------------------------------------------
@! $Revision$
@! $Date$
@! ============================================================================
@p maximum_input_line_length = 120
A formatted file header allows easy identification of the files. It is
parameterized with the title of the implementation, the product file
name, the source file name and the author name.
name, the source file name, the author name, and the RCS variables
@em{Revision} and @em{Date} of the source file.
@macro <file header>(4) zero many = @begin
@macro <file header>(6) zero many = @begin
// ============================================================================
// The CGAL Project
// Implementation: @1
@ -21,7 +24,9 @@ name, the source file name and the author name.
// file : @2
// source: web/@3.aw
// author: @4
// $Id$
// ----------------------------------------------------------------------------
// @5
// @6
// ============================================================================
@end