From 85104b239735498f4b9c58fb87f93dd78631292f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 May 2020 21:17:58 +0200 Subject: Fix file documentation --- pugl/detail/win_gl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pugl/detail/win_gl.c') diff --git a/pugl/detail/win_gl.c b/pugl/detail/win_gl.c index f5acfd6..9dfd129 100644 --- a/pugl/detail/win_gl.c +++ b/pugl/detail/win_gl.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2019 David Robillard + Copyright 2012-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,8 @@ */ /** - @file win_gl.c OpenGL graphics backend for Windows. + @file win_gl.c + @brief OpenGL graphics backend for Windows. */ #include "pugl/detail/types.h" -- cgit v1.2.1