diff options
author | Thijs <thijs@thijsschreijer.nl> | 2024-06-03 21:46:04 +0200 |
---|---|---|
committer | Thijs <thijs@thijsschreijer.nl> | 2024-06-03 21:46:04 +0200 |
commit | 98d68962584970bd467ab53b1d74cda46e322b15 (patch) | |
tree | cadb863507dc0728b76b8bee8bd7d2eaea1bc00c /src/random.c | |
parent | 56db1511baeb0376a12915c69c1552b04010c26f (diff) | |
download | luasystem-98d68962584970bd467ab53b1d74cda46e322b15.tar.gz luasystem-98d68962584970bd467ab53b1d74cda46e322b15.tar.bz2 luasystem-98d68962584970bd467ab53b1d74cda46e322b15.zip |
fix docs, merging modules
Diffstat (limited to '')
-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 @@ | |||
1 | /// @submodule system | 1 | /// @module system |
2 | |||
3 | /// Random. | ||
4 | // @section random | ||
5 | |||
6 | |||
2 | #include <lua.h> | 7 | #include <lua.h> |
3 | #include <lauxlib.h> | 8 | #include <lauxlib.h> |
4 | #include "compat.h" | 9 | #include "compat.h" |