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

db4
Doug Coleman 2008-12-14 00:53:23 -06:00
commit 8f175ca58a
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>