diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-26 02:23:19 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-26 02:23:19 +0000 |
| commit | 894e4c69cc10242fc49bcaadf76b672607867d67 (patch) | |
| tree | 426fa1ae0d21594e9f44a0db153c182eadf46cbd /src/repl | |
| parent | 98cc55d6fce0327b35030e167e2bc9411321737e (diff) | |
Improved doxygen docs
Diffstat (limited to 'src/repl')
| -rw-r--r-- | src/repl/repl.h | 5 |
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 |
