summaryrefslogtreecommitdiff
path: root/src/repl/repl.h
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-26 02:23:19 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-26 02:23:19 +0000
commit894e4c69cc10242fc49bcaadf76b672607867d67 (patch)
tree426fa1ae0d21594e9f44a0db153c182eadf46cbd /src/repl/repl.h
parent98cc55d6fce0327b35030e167e2bc9411321737e (diff)
Improved doxygen docs
Diffstat (limited to 'src/repl/repl.h')
-rw-r--r--src/repl/repl.h5
1 files changed, 5 insertions, 0 deletions
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