mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 01:34:38 +00:00 
			
		
		
		
	SDL_Rect: Add \sa documentation block to SDL_FRect
This commit is contained in:
		
				
					committed by
					
						
						Ryan C. Gordon
					
				
			
			
				
	
			
			
			
						parent
						
							ba62ead5ec
						
					
				
				
					commit
					0288de8529
				
			@@ -54,11 +54,6 @@ typedef struct SDL_Point
 | 
			
		||||
/**
 | 
			
		||||
 * The structure that defines a point (floating point)
 | 
			
		||||
 *
 | 
			
		||||
 * \sa SDL_FRectEmpty
 | 
			
		||||
 * \sa SDL_FRectEquals
 | 
			
		||||
 * \sa SDL_HasIntersectionF
 | 
			
		||||
 * \sa SDL_IntersectFRect
 | 
			
		||||
 * \sa SDL_UnionFRect
 | 
			
		||||
 * \sa SDL_EncloseFPoints
 | 
			
		||||
 * \sa SDL_PointInFRect
 | 
			
		||||
 */
 | 
			
		||||
@@ -76,6 +71,7 @@ typedef struct SDL_FPoint
 | 
			
		||||
 * \sa SDL_RectEquals
 | 
			
		||||
 * \sa SDL_HasIntersection
 | 
			
		||||
 * \sa SDL_IntersectRect
 | 
			
		||||
 * \sa SDL_IntersectRectAndLine
 | 
			
		||||
 * \sa SDL_UnionRect
 | 
			
		||||
 * \sa SDL_EnclosePoints
 | 
			
		||||
 */
 | 
			
		||||
@@ -88,6 +84,16 @@ typedef struct SDL_Rect
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * A rectangle, with the origin at the upper left (floating point).
 | 
			
		||||
 *
 | 
			
		||||
 * \sa SDL_FRectEmpty
 | 
			
		||||
 * \sa SDL_FRectEquals
 | 
			
		||||
 * \sa SDL_FRectEqualsEpsilon
 | 
			
		||||
 * \sa SDL_HasIntersectionF
 | 
			
		||||
 * \sa SDL_IntersectFRect
 | 
			
		||||
 * \sa SDL_IntersectFRectAndLine
 | 
			
		||||
 * \sa SDL_UnionFRect
 | 
			
		||||
 * \sa SDL_EncloseFPoints
 | 
			
		||||
 * \sa SDL_PointInFRect
 | 
			
		||||
 */
 | 
			
		||||
typedef struct SDL_FRect
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user