diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-11-29 09:28:45 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-11-29 09:28:45 +0100 |
commit | 0728e80bc2d3f5609f19b76f2bcf10412ce029b4 (patch) | |
tree | 397066539da63e89b61cacaa1daa274d9b8e3573 | |
parent | 83fb618b4ddefbb18495badb5dc1d7f458524413 (diff) | |
download | lanes-0728e80bc2d3f5609f19b76f2bcf10412ce029b4.tar.gz lanes-0728e80bc2d3f5609f19b76f2bcf10412ce029b4.tar.bz2 lanes-0728e80bc2d3f5609f19b76f2bcf10412ce029b4.zip |
Tweak documentation
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 72bea3a..9ac36b6 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -441,7 +441,7 @@ | |||
441 | Use <tt>lanes.require()</tt> for this purpose. This will call the original <tt>require()</tt>, then add the result to the lookup databases. | 441 | Use <tt>lanes.require()</tt> for this purpose. This will call the original <tt>require()</tt>, then add the result to the lookup databases. |
442 | <br /> | 442 | <br /> |
443 | It is also possible to register a given module <i>a posteriori</i> with <tt>lanes.register()</tt>. This function will raise an error if the registered module is not a function or table.<br /> | 443 | It is also possible to register a given module <i>a posteriori</i> with <tt>lanes.register()</tt>. This function will raise an error if the registered module is not a function or table.<br /> |
444 | Embedders can call the equivalent function <tt>lanes_register()</tt> from the C side. | 444 | Embedders can call the equivalent function <tt>lanes_register()</tt> from the C side, through <tt>lua_call()</tt> or similar. |
445 | </p> | 445 | </p> |
446 | 446 | ||
447 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"> | 447 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"> |