From f2c4c768119b6e96a1b9412987217e90226a6293 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 1 Nov 2024 22:23:08 -0500 Subject: [PATCH] Merge commit '9e11019b87ba27d1dac9e097dc212a126e404218' (synced from 50254754149fffcb48c851c82c13f4f4fa78f22d) --- ox-docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ox-docs.md b/ox-docs.md index 177c02795..2cdbfa344 100644 --- a/ox-docs.md +++ b/ox-docs.md @@ -179,6 +179,8 @@ ox::Result f2() noexcept { ```oxRequire``` by default creates a const, but there is also an ```oxRequireM``` (oxRequire Mutable) variant for creating a non-const value. +* ```oxRequireM``` - oxRequire Mutable + ### Logging and Output Ox provides for logging and debug prints via the ```oxTrace```, ```oxDebug```, and ```oxError``` macros.