From 01eca375608d2d1eb5841864fe7004e075ee3119 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 22 Jul 2023 19:14:33 +1000 Subject: [PATCH] Comment tweak --- repl/repl_tools.h | 4 ++++ 1 file changed, 4 insertions(+) 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)