From 894e4c69cc10242fc49bcaadf76b672607867d67 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Mon, 26 Jan 2026 02:23:19 +0000 Subject: Improved doxygen docs --- src/repl/repl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/repl') diff --git a/src/repl/repl.h b/src/repl/repl.h index f467b78..2a49288 100644 --- a/src/repl/repl.h +++ b/src/repl/repl.h @@ -2,6 +2,11 @@ #ifndef REPL_H #define REPL_H +/** + * @brief Starts the Read-Eval-Print Loop (REPL). + * + * @param self_path Path to the executable/ZC compiler itself. + */ void run_repl(const char *self_path); #endif -- cgit v1.2.3