[BUG] Fixed issue #2

This commit is contained in:
Crayon2000 2009-09-09 15:04:23 +00:00
parent e0433ecf89
commit 70ece3cdc5
2 changed files with 6 additions and 6 deletions

View file

@ -124,7 +124,7 @@ typedef enum GRRLIB_blendMode {
* Structure to hold the current drawing settings. * Structure to hold the current drawing settings.
*/ */
typedef struct GRRLIB_drawSettings { typedef struct GRRLIB_drawSettings {
bool antialias; /**< true => AntiAlias enabled. */ bool antialias; /**< AntiAlias is enabled when set to true. */
int blend; /**< Blending Mode. */ int blend; /**< Blending Mode. */
} GRRLIB_drawSettings; } GRRLIB_drawSettings;

View file

@ -584,8 +584,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories # directories like "/usr/src/myproject". Separate the files or directories
# with spaces. # with spaces.
INPUT = .\GRRLIB\GRRLIB \ INPUT = ./GRRLIB/GRRLIB \
.\GRRLIB\GRRLIB\grrlib ./GRRLIB/GRRLIB/grrlib
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@ -1396,7 +1396,7 @@ HIDE_UNDOC_RELATIONS = YES
# toolkit from AT&T and Lucent Bell Labs. The other options in this section # toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default) # have no effect if this option is set to NO (the default)
HAVE_DOT = YES HAVE_DOT = NO
# By default doxygen will write a font called FreeSans.ttf to the output # By default doxygen will write a font called FreeSans.ttf to the output
# directory and reference it in all dot files that doxygen generates. This # directory and reference it in all dot files that doxygen generates. This
@ -1502,7 +1502,7 @@ DOT_IMAGE_FORMAT = png
# The tag DOT_PATH can be used to specify the path where the dot tool can be # The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path. # found. If left blank, it is assumed the dot tool can be found in the path.
DOT_PATH = D:\Programmes\Graphviz\bin DOT_PATH =
# The DOTFILE_DIRS tag can be used to specify one or more directories that # The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the # contain dot files that are included in the documentation (see the