glfw: make comment into doc comment

This commit is contained in:
InKryption 2021-11-23 19:32:02 +01:00 committed by Stephen Gutekanst
parent 77eeadd407
commit c95bc37306

View file

@ -568,7 +568,7 @@ pub const Pos = struct {
/// Retrieves the position of the content area of the specified window.
///
/// This function retrieves the position, in screen coordinates, of the upper-left corner of the
// content area of the specified window.
/// content area of the specified window.
///
/// Possible errors include glfw.Error.NotInitialized and glfw.Error.PlatformError.
///