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 - Comments in SDL_surface.h not correctly formatted for doxygen
Summary: Comments in SDL_surface.h not correctly formatted for doxygen
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-04 09:51 UTC by Ken Bull
Modified: 2009-10-04 12:14 UTC (History)
0 users

See Also:


Attachments
Make comments in SDL_surface.h doxygen compatible (13.57 KB, patch)
2009-10-04 09:52 UTC, Ken Bull
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!