From 90b80145df239b2185ff76a8d4e8ed93bc142135 Mon Sep 17 00:00:00 2001 From: Eli Gottlieb Date: Thu, 10 Jun 2010 17:50:38 -0400 Subject: [PATCH] Doxygen commenting is all finished up. --- include/SDL_shape.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/SDL_shape.h b/include/SDL_shape.h index 01f4aa454..ba6416cab 100644 --- a/include/SDL_shape.h +++ b/include/SDL_shape.h @@ -37,6 +37,11 @@ extern "C" { /* *INDENT-ON* */ #endif +/** \file SDL_shape.h + * + * Header file for shaped windows. + */ + /** * \brief Create a shaped window with the specified position, dimensions, and flags. * @@ -99,7 +104,9 @@ typedef union { /** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents. */ typedef struct SDL_WindowShapeMode { + /** \brief The mode of these window-shape parameters. */ WindowShapeMode mode; + /** \brief Window-shape parameters. */ SDL_WindowShapeParams parameters; } SDL_WindowShapeMode;