소스 검색

SDL_video.h: Add a '\sa' for SDL_GLContext to SDL_GL_CreateContext.

Ryan C. Gordon 1 년 전
부모
커밋
ed0eb7ee06
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/SDL_video.h

+ 2 - 0
include/SDL_video.h

@@ -215,6 +215,8 @@ typedef enum SDL_FlashOperation
 
 /**
  * An opaque handle to an OpenGL context.
+ *
+ * \sa SDL_GL_CreateContext
  */
 typedef void *SDL_GLContext;