docs: add context class doxygen docs

This commit is contained in:
parker
2025-08-22 23:34:40 +01:00
parent acf459bc5a
commit 21323d092c

View File

@@ -10,6 +10,12 @@ namespace enzo::nt
namespace enzo::op 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 class Context
{ {
public: public: