[seed] [docs] Filename tag is "filename", not "file"



commit 5f39a036e1e2bb7334cb3ead911a14b1e0b1b079
Author: Tim Horton <hortont424 gmail com>
Date:   Mon Aug 10 07:37:57 2009 -0800

    [docs] Filename tag is "filename", not "file"

 doc/reference/imports.sgml        |    2 +-
 doc/reference/tmpl/seed-eval.sgml |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/imports.sgml b/doc/reference/imports.sgml
index 686085e..3669a26 100644
--- a/doc/reference/imports.sgml
+++ b/doc/reference/imports.sgml
@@ -80,7 +80,7 @@ readline = imports.readline;
 </programlisting>
       </example>
 
-     <para>Seed searches the imports search path for native modules; if it finds a file with the given name, the prefix "seed_" and the same suffix as is used for shared libraries on your system (.so on Linux, .dylib on Mac OS X, etc.), it will assume this is a native module and load and initialize it as such. For example, the readline module loaded above is named <file>seed_readline.so</file> on a recent Linux machine.</para>
+     <para>Seed searches the imports search path for native modules; if it finds a file with the given name, the prefix "seed_" and the same suffix as is used for shared libraries on your system (.so on Linux, .dylib on Mac OS X, etc.), it will assume this is a native module and load and initialize it as such. For example, the readline module loaded above is named <filename>seed_readline.so</filename> on a recent Linux machine.</para>
 
     </refsect1>
 
diff --git a/doc/reference/tmpl/seed-eval.sgml b/doc/reference/tmpl/seed-eval.sgml
index 7d0e0d8..714a1ce 100644
--- a/doc/reference/tmpl/seed-eval.sgml
+++ b/doc/reference/tmpl/seed-eval.sgml
@@ -112,3 +112,11 @@ seed_simple_evaluate(eng->context, "print('Hello, world!')", NULL);
 @Returns: 
 
 
+<!-- ##### FUNCTION seed_script_destroy ##### -->
+<para>
+
+</para>
+
+ s: 
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]