X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Ftext%2Fdeveloper-manual.txt;h=af3b1a9cbb69af589748097286edd1f1845b8cc0;hp=e1a249b45e5a5553af3b8adf6de26cad3e7d3af4;hb=129d9c8eec5df4562f1063545e117dd1ead7d58d;hpb=af0440599c0a20abbe3b4da694fbef98b20f94b0 diff --git a/doc/text/developer-manual.txt b/doc/text/developer-manual.txt index e1a249b4..af3b1a9c 100644 --- a/doc/text/developer-manual.txt +++ b/doc/text/developer-manual.txt @@ -3,7 +3,7 @@ Junkbuster Developer Manual By: Junkbuster Developers - $Id: developer-manual.sgml,v 1.4 2001/09/23 10:13:48 swa Exp $ + $Id: developer-manual.sgml,v 1.5 2001/10/31 18:16:51 swa Exp $ The developer manual gives the users information on how to help the developer team. It provides guidance on coding, testing, documentation @@ -962,8 +962,8 @@ static void unload_re_filterfile( void *f ) { ... } 4.8. Addendum: Template for files and function comment blocks: Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.4 2001/09/23 10:13: -48 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.5 2001/10/31 18:16: +51 swa Exp $"; /********************************************************************* * * File : $Source$ @@ -1020,8 +1020,8 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; Example for file header comments: #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.4 2001/09/23 10:13:4 -8 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.5 2001/10/31 18:16:5 +1 swa Exp $" /********************************************************************* * * File : $Source$