From 98d68962584970bd467ab53b1d74cda46e322b15 Mon Sep 17 00:00:00 2001 From: Thijs Date: Mon, 3 Jun 2024 21:46:04 +0200 Subject: fix docs, merging modules --- src/environment.c | 6 +++++- src/random.c | 7 ++++++- src/term.c | 5 ++++- src/time.c | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/environment.c b/src/environment.c index 5f1c3da..ab5dd92 100644 --- a/src/environment.c +++ b/src/environment.c @@ -1,4 +1,8 @@ -/// @submodule system +/// @module system + +/// Environment. +// @section environment + #include #include #include "compat.h" 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 #include #include "compat.h" diff --git a/src/term.c b/src/term.c index 7020f09..79fb801 100644 --- a/src/term.c +++ b/src/term.c @@ -1,7 +1,10 @@ -/// @submodule system +/// @module system +/// Terminal. // Unix: see https://blog.nelhage.com/2009/12/a-brief-introduction-to-termios-termios3-and-stty/ +// // Windows: see https://learn.microsoft.com/en-us/windows/console/console-reference +// @section terminal #include #include diff --git a/src/time.c b/src/time.c index 5f0ead0..05f4f1b 100644 --- a/src/time.c +++ b/src/time.c @@ -1,4 +1,8 @@ -/// @submodule system +/// @module system + +/// Time. +// @section time + #include #include -- cgit v1.2.3-55-g6feb