From 21323d092c7840ebfa3418d27c4bf4055e09fb1a Mon Sep 17 00:00:00 2001 From: parker Date: Fri, 22 Aug 2025 23:34:40 +0100 Subject: [PATCH] docs: add context class doxygen docs --- src/Engine/Operator/Context.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Engine/Operator/Context.h b/src/Engine/Operator/Context.h index 5e048fe..87f0a00 100644 --- a/src/Engine/Operator/Context.h +++ b/src/Engine/Operator/Context.h @@ -10,6 +10,12 @@ namespace enzo::nt namespace enzo::op { +/** +* @class Context +* @brief Provides network context for the cookOp function. +* +* The context class is an interface for the cookOp function that provides important runtime context about the network. It allows querying parameters, reading input geometry, and in the future provides values like time. +*/ class Context { public: