From d11fbc8268f5775ad783f8570478daad4a9e81cf Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Thu, 19 Feb 2026 14:05:34 -0500 Subject: [repo]: fix documentation generation --- willow/include/willow/IR/TypeContext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'willow') diff --git a/willow/include/willow/IR/TypeContext.h b/willow/include/willow/IR/TypeContext.h index e7b0712..423fd9b 100644 --- a/willow/include/willow/IR/TypeContext.h +++ b/willow/include/willow/IR/TypeContext.h @@ -22,7 +22,6 @@ public: Type IntType(std::size_t width); /// \param pointee Type of the pointee. - /// \param size Size in bits of the pointer representation. /// \return Uniqued pointer type. Type PtrType(Type pointee); -- cgit v1.2.3