Documentation patch
Eduardo Muñoz <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
It seems that the <variable> tag (or whatever are those
things named) is not defined. The following two diffs should
work, but I dont have the tool chain needed to build the
docs.
--- ref-fdml.old.xml 2004-12-26 15:47:59.937937600 +0100
+++ ref-fdml.xml 2004-12-26 15:47:59.998024000 +0100
@@ -1286,10 +1286,10 @@
<para>
This value is only considered when CLOS objects are being
selected. A boolean with a default value of &nil;. When
- the value of the <variable>caching</variable> keyword is
+ the value of the <parameter>caching</parameter> keyword is
&t;, a second equivalent <function>select</function> call
will return the same view class instance objects. When
- <variable>refresh</variable> is &t;, then slots of the
+ <parameter>refresh</parameter> is &t;, then slots of the
existing instances are updated as necessary. In such
cases, you may wish to override the hook
<function>instance-refresh</function>.
@@ -1302,7 +1302,7 @@
<para>
This value is only considered when CLOS objects are being
selected. A boolean with a default value of
- <variable>*default-caching*</variable>. &clsql; caches
+ <parameter>*default-caching*</parameter>. &clsql; caches
objects in accordance with the &commonsql; interface: a
second equivalent <function>select</function> call will
return the same view class instance objects.
--- ref-oodml.old.xml 2004-12-26 15:54:44.820129600 +0100
+++ ref-oodml.xml 2004-12-26 15:54:44.890230400 +0100
@@ -144,7 +144,7 @@
<title>Description</title>
<para>
This variable stores the default value of the
- <variable>CACHING</variable> keyword for the <link
+ <parameter>CACHING</parameter> keyword for the <link
linkend="select"><function>select</function></link>.
</para>
</refsect1>
--
Eduardo Muñoz | (prog () 10 (print "Hello world!")
http://213.97.131.125/ | 20 (go 10))