diff options
Diffstat (limited to 'examples/rects.h')
-rw-r--r-- | examples/rects.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/rects.h b/examples/rects.h index aca0256..ed518f4 100644 --- a/examples/rects.h +++ b/examples/rects.h @@ -15,7 +15,8 @@ */ /** - @file rects.h Utilities for rectangle animation demos. + @file rects.h + @brief Utilities for rectangle animation demos. This file contains common definitions for demos that show an animation of many 2D rectangles. |