Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Doxygen commenting is all finished up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Gottlieb committed Jun 10, 2010
1 parent d7e4eba commit 90b8014
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/SDL_shape.h
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 90b8014

Please sign in to comment.