[docs] docs - jon modified icconfig.sdf

docs at icdevgroup.org docs at icdevgroup.org
Wed May 5 10:24:57 EDT 2004


User:      jon
Date:      2004-05-05 14:24:57 GMT
Modified:  .        icconfig.sdf
Log:
Remove mention of long-gone compat directory.

Revision  Changes    Path
1.81      +3 -3      docs/icconfig.sdf


rev 1.81, prev_rev 1.80
Index: icconfig.sdf
===================================================================
RCS file: /var/cvs/docs/icconfig.sdf,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -u -r1.80 -r1.81
--- icconfig.sdf	8 Jul 2003 19:12:58 -0000	1.80
+++ icconfig.sdf	5 May 2004 14:24:57 -0000	1.81
@@ -1,10 +1,10 @@
 !init OPT_LOOK="icdevgroup"; OPT_STYLE="manual"
-# $Id: icconfig.sdf,v 1.80 2003/07/08 19:12:58 mheins Exp $
+# $Id: icconfig.sdf,v 1.81 2004/05/05 14:24:57 jon Exp $
 
 !define DOC_NAME "Configuration Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "icconfig"
-!define DOC_VERSION substr('$Revision: 1.80 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.81 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://www.icdevgroup.org/doc/icconfig.html"
@@ -163,7 +163,7 @@
    AddDirective  Foo  bar "Hello, world!"
 !endblock
 
-If the parser is not defined, the directive value will be scalar and the same as what the user passes in the config file. If defined, the parser must be extant before it can be referenced, is always resident in Vend::Config, and begins with the string C<parse_>. Examples can be found in the files in the distribution software directory C<compat/>.
+If the parser is not defined, the directive value will be scalar and the same as what the user passes in the config file. If defined, the parser must be extant before it can be referenced, is always resident in Vend::Config, and begins with the string C<parse_>.
 
 H2: AllowGlobal *global*
 








More information about the docs mailing list