We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 826

Summary: Comments in SDL_surface.h not correctly formatted for doxygen
Product: SDL Reporter: Ken Bull <llubnek>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: All   
Attachments: Make comments in SDL_surface.h doxygen compatible

Description Ken Bull 2009-10-04 09:51:30 UTC
2009/10/4 E. Wing <ewmailing@gmail.com>:
> Hi Kenneth,
> I noticed that SDL_SetColorKey and SDL_GetColorKey start with
> /*
> instead of
> /**
> in SDL_Surface.h in SDL 1.3.
>
> I haven't scrutinized the headers and I don't know if you had an
> automated process to add these, but I thought I would let you know in
> case there might be others that have the same problem.
>
> Thanks,
> Eric
>

The attached patch corrects this and other documentation errors in SDL_surface.h
Comment 1 Ken Bull 2009-10-04 09:52:59 UTC
Created attachment 393 [details]
Make comments in SDL_surface.h doxygen compatible
Comment 2 Sam Lantinga 2009-10-04 12:14:55 UTC
This is in subversion, thanks!