Fix some doxygen warnings.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2117 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2015-04-04 09:08:11 +00:00
parent 11fa950ea7
commit 705584a9d7
8 changed files with 1511 additions and 949 deletions

View File

@@ -526,9 +526,9 @@ typedef struct {
word Height;
/// Type of the preset paintbrush: index in enum PAINTBRUSH_SHAPES
byte Shape;
/// Brush handle for the preset brushes. Generally ::Width[]/2
/// Brush handle for the preset brushes. Generally ::T_Paintbrush::Width[]/2
word Offset_X;
/// Brush handle for the preset brushes. Generally ::Height[]/2
/// Brush handle for the preset brushes. Generally ::T_Paintbrush::Height[]/2
word Offset_Y;
} T_Paintbrush;