From 2214e91ad50ce78795ae73447a7629cec9cc1f32 Mon Sep 17 00:00:00 2001 From: InKryption <59504965+InKryption@users.noreply.github.com> Date: Thu, 11 Nov 2021 14:48:04 +0100 Subject: [PATCH] glfw: make comments into doc comments --- glfw/src/Window.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glfw/src/Window.zig b/glfw/src/Window.zig index 764e94e3..1161bc6b 100644 --- a/glfw/src/Window.zig +++ b/glfw/src/Window.zig @@ -78,7 +78,7 @@ pub const Hint = enum(c_int) { /// Input focus window hint. focused = c.GLFW_FOCUSED, - // Window resize-ability window hint + /// Window resize-ability window hint resizable = c.GLFW_RESIZABLE, /// Window visibility window hint @@ -1048,7 +1048,7 @@ pub const Attrib = enum(c_int) { /// Window iconification window attribute. iconified = c.GLFW_ICONIFIED, - // Window resize-ability window attribute + /// Window resize-ability window attribute resizable = c.GLFW_RESIZABLE, /// Window visibility window attribute