-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Running V doc on this module causes this problem for me:
$ v doc sdl
.vmodules/sdl/sdl.v:98:29: error: unexpected name `byte`, expecting `,`
96 |
97 | ///////////////////////////////////////////////////
98 | fn C.SDL_MapRGB(fmt voidptr byte, g byte, b byte) u32
| ~~~~
99 | fn C.SDL_CreateRGBSurface(flags u32, width int, height int, depth int, Rmask u32, Gmask u32, Bmask u32, Amask u32) voidptr
100 | fn C.SDL_PollEvent(&SDL_Event) intMetadata
Metadata
Assignees
Labels
No labels