include: Fixed some old Doxygen markup to be Markdown instead.

This commit is contained in:
Ryan C. Gordon
2024-04-23 14:37:44 -04:00
parent 7729a8b5c3
commit 30970780a9
4 changed files with 10 additions and 8 deletions

View File

@@ -140,14 +140,15 @@
*
* The application's main() function must be called with C linkage,
* and should be declared like this:
* \code
*
* ```c
* #ifdef __cplusplus
* extern "C"
* #endif
* int main(int argc, char *argv[])
* {
* }
* \endcode
* ```
*/
#if defined(SDL_MAIN_NEEDED) || defined(SDL_MAIN_AVAILABLE) || defined(SDL_MAIN_USE_CALLBACKS)