Files
SDL/build-scripts
Ryan C. Gordon 9c2f143ca3 wikiheaders: Fix manpages for APIs that return a pointer to a const object.
Previously something like SDL_GetCurrentDisplayMode() would have this output:

```
RETURN VALUE
       *) Returns a pointer to the desktop display mode or NULL on failure; call SDL_GetError() for more information.
```

Now it doesn't have the junk at the start of the text:

```
RETURN VALUE
       Returns a pointer to the desktop display mode or NULL on failure; call SDL_GetError() for more information.

```
2026-05-29 21:10:37 -04:00
..
2026-02-07 18:14:00 +03:00
2023-02-06 15:47:16 -08:00
2024-10-14 21:30:48 +02:00