From 3547b1082098934d583f2c483c8eb5a59e9c2bbb Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Sep 2008 23:34:58 +0000 Subject: * Lots of documentation for the Inkscape::XML namespace * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) --- src/ui/widget/color-picker.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/ui/widget') diff --git a/src/ui/widget/color-picker.h b/src/ui/widget/color-picker.h index 9ac38b84b..477aa1c19 100644 --- a/src/ui/widget/color-picker.h +++ b/src/ui/widget/color-picker.h @@ -1,11 +1,7 @@ -#ifndef __COLOR_PICKER_H__ -#define __COLOR_PICKER_H__ - -/** - * \file Color picker button \& window. +/** @file + * @brief Color picker button and window. */ -/* - * Authors: +/* Authors: * Lauris Kaplinski * Ralf Stephan * @@ -14,6 +10,9 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifndef __COLOR_PICKER_H__ +#define __COLOR_PICKER_H__ + #include #include #include -- cgit v1.2.3