*** empty log message ***
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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$
|
||||
*
|
||||
Reference in New Issue
Block a user