docs: add doxygen comments for GeometryOperator.h

This commit is contained in:
2025-08-20 17:27:27 +01:00
parent 45c2e757e6
commit c9461b4347
2 changed files with 109 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ public:
*/
void throwError(std::string error);
/// @brief Returns the minimum number of input connections for the node to function required. Set by op::OpInfo when registering the operator.
/// @brief Returns the minimum number of input connections required for the node to function. Set by op::OpInfo when registering the operator.
unsigned int getMinInputs() const;
/// @brief Returns the maximum number of input connections accepted by the node. Set by op::OpInfo when registering the operator.
unsigned int getMaxInputs() const;