From d86f38d1667759e2fb1c54dacbbf76ff8c71c895 Mon Sep 17 00:00:00 2001 From: CHatingPython Date: Wed, 10 Jun 2026 15:10:35 +0200 Subject: [PATCH] docs: document stack underflow exception --- furvm/include/furvm/fwd.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/furvm/include/furvm/fwd.hpp b/furvm/include/furvm/fwd.hpp index 6d36280..e6548dd 100644 --- a/furvm/include/furvm/fwd.hpp +++ b/furvm/include/furvm/fwd.hpp @@ -143,6 +143,7 @@ using context_p = std::shared_ptr; // exceptions.hpp: /** + * @class stack_underflow * @brief Stack underflow exception. */ class stack_underflow;