From 7e5cb31e0bb66a9bed53f468d93913c5e6994434 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 1 Nov 2010 17:49:31 +0100 Subject: [PATCH] Fix anchors in API docs. --- doc/api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.html b/doc/api.html index 1494d490..eee76afb 100644 --- a/doc/api.html +++ b/doc/api.html @@ -259,7 +259,7 @@ applies recursively to all sub-functions of the function with LUAJIT_MODE_ALLSUBFUNC.

-

luaJIT_setmode(L, trace,
+

luaJIT_setmode(L, trace,
  LUAJIT_MODE_TRACE|LUAJIT_MODE_FLUSH)

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.

-

luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)

+

luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)

This mode defines a wrapper function for calls to C functions. If called with LUAJIT_MODE_ON, the stack index at idx