aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-11-29 09:28:45 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-11-29 09:28:45 +0100
commit0728e80bc2d3f5609f19b76f2bcf10412ce029b4 (patch)
tree397066539da63e89b61cacaa1daa274d9b8e3573 /docs
parent83fb618b4ddefbb18495badb5dc1d7f458524413 (diff)
downloadlanes-0728e80bc2d3f5609f19b76f2bcf10412ce029b4.tar.gz
lanes-0728e80bc2d3f5609f19b76f2bcf10412ce029b4.tar.bz2
lanes-0728e80bc2d3f5609f19b76f2bcf10412ce029b4.zip
Tweak documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
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%">