mirror of https://github.com/CGAL/cgal
Formatting of RCS variables changed ($Revision$ + $Date$ instead of $Id$)
This commit is contained in:
parent
33b54da0be
commit
063bc8d3ef
|
|
@ -4,16 +4,19 @@
|
||||||
@! ----------------------------------------------------------------------------
|
@! ----------------------------------------------------------------------------
|
||||||
@! file : web/file_header.awlib
|
@! file : web/file_header.awlib
|
||||||
@! author: Sven Schönherr (sven@inf.fu-berlin.de)
|
@! author: Sven Schönherr (sven@inf.fu-berlin.de)
|
||||||
@! $Id$
|
@! ----------------------------------------------------------------------------
|
||||||
|
@! $Revision$
|
||||||
|
@! $Date$
|
||||||
@! ============================================================================
|
@! ============================================================================
|
||||||
|
|
||||||
@p maximum_input_line_length = 120
|
@p maximum_input_line_length = 120
|
||||||
|
|
||||||
A formatted file header allows easy identification of the files. It is
|
A formatted file header allows easy identification of the files. It is
|
||||||
parameterized with the title of the implementation, the product file
|
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
|
// The CGAL Project
|
||||||
// Implementation: @1
|
// Implementation: @1
|
||||||
|
|
@ -21,7 +24,9 @@ name, the source file name and the author name.
|
||||||
// file : @2
|
// file : @2
|
||||||
// source: web/@3.aw
|
// source: web/@3.aw
|
||||||
// author: @4
|
// author: @4
|
||||||
// $Id$
|
// ----------------------------------------------------------------------------
|
||||||
|
// @5
|
||||||
|
// @6
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue