Fix cocoa.views help lint
parent
fbbe8d9e5e
commit
59f7b60f4d
|
@ -2,7 +2,7 @@ USING: help.syntax help.markup ;
|
||||||
IN: cocoa.views
|
IN: cocoa.views
|
||||||
|
|
||||||
HELP: <PixelFormat>
|
HELP: <PixelFormat>
|
||||||
{ $values { "pixelfmt" "an " { $snippet "NSOpenGLPixelFormat" } } }
|
{ $values { "attributes" "a sequence of attributes" } { "pixelfmt" "an " { $snippet "NSOpenGLPixelFormat" } } }
|
||||||
{ $description "Creates an " { $snippet "NSOpenGLPixelFormat" } " with some reasonable defaults." } ;
|
{ $description "Creates an " { $snippet "NSOpenGLPixelFormat" } " with some reasonable defaults." } ;
|
||||||
|
|
||||||
HELP: <GLView>
|
HELP: <GLView>
|
||||||
|
|
Loading…
Reference in New Issue