mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix anchors in API docs.
This commit is contained in:
parent
ab1b67f73a
commit
7e5cb31e0b
@ -259,7 +259,7 @@ applies recursively to all sub-functions of the function with
|
|||||||
<tt>LUAJIT_MODE_ALLSUBFUNC</tt>.
|
<tt>LUAJIT_MODE_ALLSUBFUNC</tt>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="mode_engine"><tt>luaJIT_setmode(L, trace,<br>
|
<h3 id="mode_trace"><tt>luaJIT_setmode(L, trace,<br>
|
||||||
LUAJIT_MODE_TRACE|LUAJIT_MODE_FLUSH)</tt></h3>
|
LUAJIT_MODE_TRACE|LUAJIT_MODE_FLUSH)</tt></h3>
|
||||||
<p>
|
<p>
|
||||||
Flushes the specified root trace and all of its side traces from the cache.
|
Flushes the specified root trace and all of its side traces from the cache.
|
||||||
@ -267,7 +267,7 @@ The code for the trace will be retained as long as there are any other
|
|||||||
traces which link to it.
|
traces which link to it.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="mode_engine"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</tt></h3>
|
<h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</tt></h3>
|
||||||
<p>
|
<p>
|
||||||
This mode defines a wrapper function for calls to C functions. If
|
This mode defines a wrapper function for calls to C functions. If
|
||||||
called with <tt>LUAJIT_MODE_ON</tt>, the stack index at <tt>idx</tt>
|
called with <tt>LUAJIT_MODE_ON</tt>, the stack index at <tt>idx</tt>
|
||||||
|
Loading…
Reference in New Issue
Block a user