Merge branch 'master' of git://factorcode.org/git/factor

db4
John Benediktsson 2008-12-13 18:31:45 -08:00
commit b3ff0d1a6b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ USING: help.syntax help.markup ;
IN: cocoa.views
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." } ;
HELP: <GLView>