# HG changeset patch # User Eli Gottlieb # Date 1276206638 14400 # Node ID bb179250fcb337bb5cb70947300729d0155e7a02 # Parent 9838d3525a1b97d8f746717c81d289a4abddc0c4 Doxygen commenting is all finished up. diff -r 9838d3525a1b -r bb179250fcb3 include/SDL_shape.h --- a/include/SDL_shape.h Thu Jun 10 17:37:19 2010 -0400 +++ b/include/SDL_shape.h Thu Jun 10 17:50:38 2010 -0400 @@ -37,6 +37,11 @@ /* *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 @@ /** \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;