module "bit"
to nselib/bit.luadoc. That makes it show up in the generated documentation.
This commit is contained in:
david 2008-10-16 02:59:51 +00:00
parent f58f559b81
commit 6dde8008d7

View file

@ -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