diff --git a/repl/repl_tools.h b/repl/repl_tools.h index 8226476..d589a20 100644 --- a/repl/repl_tools.h +++ b/repl/repl_tools.h @@ -10,6 +10,10 @@ This is not a core part of Toy or a library, and as such `repl_tools.h` and `rep #include "toy_common.h" +/*! +## Defined Functions +!*/ + /*! ### const char* Toy_readFile(const char* path, size_t* fileSize)