glfw: make comments into doc comments
This commit is contained in:
parent
ac4eb8216c
commit
2214e91ad5
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ pub const Hint = enum(c_int) {
|
||||||
/// Input focus window hint.
|
/// Input focus window hint.
|
||||||
focused = c.GLFW_FOCUSED,
|
focused = c.GLFW_FOCUSED,
|
||||||
|
|
||||||
// Window resize-ability window hint
|
/// Window resize-ability window hint
|
||||||
resizable = c.GLFW_RESIZABLE,
|
resizable = c.GLFW_RESIZABLE,
|
||||||
|
|
||||||
/// Window visibility window hint
|
/// Window visibility window hint
|
||||||
|
|
@ -1048,7 +1048,7 @@ pub const Attrib = enum(c_int) {
|
||||||
/// Window iconification window attribute.
|
/// Window iconification window attribute.
|
||||||
iconified = c.GLFW_ICONIFIED,
|
iconified = c.GLFW_ICONIFIED,
|
||||||
|
|
||||||
// Window resize-ability window attribute
|
/// Window resize-ability window attribute
|
||||||
resizable = c.GLFW_RESIZABLE,
|
resizable = c.GLFW_RESIZABLE,
|
||||||
|
|
||||||
/// Window visibility window attribute
|
/// Window visibility window attribute
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue