mirror of https://github.com/libsdl-org/SDL.git
parent
0c9eccd0ea
commit
c5f369f557
|
|
@ -321,6 +321,11 @@ to the headers:
|
||||||
- "Version"
|
- "Version"
|
||||||
- "See Also"
|
- "See Also"
|
||||||
|
|
||||||
|
## Unrecognized sections are removed from the headers!
|
||||||
|
|
||||||
|
If you add Doxygen with a `##` (`###`, etc) section header, it'll
|
||||||
|
migrate to the wiki and be _removed_ from the headers. Generally
|
||||||
|
the correct thing to do is _never use section headers in the Doxygen_.
|
||||||
|
|
||||||
## It's okay to repeat yourself.
|
## It's okay to repeat yourself.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4305,3 +4305,6 @@ extern SDL_DECLSPEC void SDLCALL SDL_GDKResumeGPU(SDL_GPUDevice *device);
|
||||||
#endif /* SDL_gpu_h_ */
|
#endif /* SDL_gpu_h_ */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue