*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-06-21 03:59:39 +00:00
parent b44121bb82
commit a0ef631658
2 changed files with 36 additions and 2 deletions

View File

@@ -11,8 +11,8 @@
The rest of the ERROR API functions
implemented.
. hb_errorRT_BASE() implemented.
+ doc/header.txt - added as a function header
template.
+ doc/hdr_tpl.txt - added templates for
file and function headers.
19990621-01:30 CET Victor Szel <info@szelvesz.hu>
* whatsnew.txt moved to doc/ directory.

View File

@@ -1,4 +1,38 @@
(proposal)
FILE HEADER TEMPLATE
====================
/* $Id$
Harbour Project source code
This file contains the Harbour internal error handling definitions
Copyright (C) 1999 ?
www - http://www.harbour-project.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
V 1.0 1999-04-25 - Initial posting.
*/
FUNCTION HEADER TEMPLATE
========================
/* $DOC$
* $FUNCNAME$
*