Commit 31991ab85185309a46b7a62e11ade196e1c86ad5

Kamil Ševeček 2022-10-07T15:45:28

Fix \sa to a valid function in SDL_metal.h.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_metal.h b/include/SDL_metal.h
index eb30828..9285471 100644
--- a/include/SDL_metal.h
+++ b/include/SDL_metal.h
@@ -82,7 +82,7 @@ extern DECLSPEC void SDLCALL SDL_Metal_DestroyView(SDL_MetalView view);
  *
  * \since This function is available since SDL 2.0.14.
  *
- * \sa SDL_MetalCreateView
+ * \sa SDL_Metal_CreateView
  */
 extern DECLSPEC void *SDLCALL SDL_Metal_GetLayer(SDL_MetalView view);