From 6dde8008d7b9b6c608ccbf092b45291f6d56d4c6 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 Oct 2008 02:59:51 +0000 Subject: [PATCH] Add module "bit" to nselib/bit.luadoc. That makes it show up in the generated documentation. --- nselib/bit.luadoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nselib/bit.luadoc b/nselib/bit.luadoc index ab2e14cb3..0855420d1 100644 --- a/nselib/bit.luadoc +++ b/nselib/bit.luadoc @@ -1,3 +1,5 @@ +module "bit" + --- BitLib is a library by Reuben Thomas that provides facilities for -- bitwise operations on Integer values. -- @author Reuben Thomas