From 70ece3cdc55765723f7494f4e177817dc3fcf5bd Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Wed, 9 Sep 2009 15:04:23 +0000 Subject: [PATCH] [BUG] Fixed issue #2 --- GRRLIB/GRRLIB/grrlib.h | 4 ++-- grrlib.doxygen | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 2ee522e..3100955 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -124,8 +124,8 @@ typedef enum GRRLIB_blendMode { * Structure to hold the current drawing settings. */ typedef struct GRRLIB_drawSettings { - bool antialias; /**< true => AntiAlias enabled. */ - int blend; /**< Blending Mode. */ + bool antialias; /**< AntiAlias is enabled when set to true. */ + int blend; /**< Blending Mode. */ } GRRLIB_drawSettings; //------------------------------------------------------------------------------ diff --git a/grrlib.doxygen b/grrlib.doxygen index 036d107..4c81577 100644 --- a/grrlib.doxygen +++ b/grrlib.doxygen @@ -584,8 +584,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = .\GRRLIB\GRRLIB \ - .\GRRLIB\GRRLIB\grrlib +INPUT = ./GRRLIB/GRRLIB \ + ./GRRLIB/GRRLIB/grrlib # 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 @@ -1396,7 +1396,7 @@ HIDE_UNDOC_RELATIONS = YES # 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_DOT = YES +HAVE_DOT = NO # 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 @@ -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 # 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 # contain dot files that are included in the documentation (see the