From bd907032e3b93651f2b969cbc04477bba40faee8 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 26 Jan 2020 15:37:33 +0100 Subject: Documentation cleanup. --- doc/extensions.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'doc/extensions.html') diff --git a/doc/extensions.html b/doc/extensions.html index 25d2f7fd..b36e2855 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -27,7 +27,7 @@ td.excinterop {
-Lua +Lua

LuaJIT is fully upwards-compatible with Lua 5.1. It supports all -» standard Lua +standard Lua library functions and the full set of -» Lua/C API +Lua/C API functions.

@@ -102,7 +97,7 @@ LuaJIT comes with several built-in extension modules:

bit.* — Bitwise operations

LuaJIT supports all bitwise operations as defined by -» Lua BitOp: +Lua BitOp:

 bit.tobit  bit.tohex  bit.bnot    bit.band bit.bor  bit.bxor
@@ -111,7 +106,7 @@ bit.lshift bit.rshift bit.arshift bit.rol  bit.ror  bit.bswap
 

This module is a LuaJIT built-in — you don't need to download or install Lua BitOp. The Lua BitOp site has full documentation for all -» Lua BitOp API functions. +Lua BitOp API functions.

Please make sure to require the module before using any of -- cgit v1.2.3-55-g6feb