diff options
Diffstat (limited to 'src/random.c')
-rw-r--r-- | src/random.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/random.c b/src/random.c index 90fb3f2..e55461a 100644 --- a/src/random.c +++ b/src/random.c @@ -1,4 +1,9 @@ -/// @submodule system +/// @module system + +/// Random. +// @section random + + #include <lua.h> #include <lauxlib.h> #include "compat.h" |