diff options
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/widget/color-picker.h | 13 |
1 files changed, 6 insertions, 7 deletions
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 <lauris@kaplinski.com> * Ralf Stephan <ralf@ark.in-berlin.de> * @@ -14,6 +10,9 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifndef __COLOR_PICKER_H__ +#define __COLOR_PICKER_H__ + #include <sigc++/sigc++.h> #include <gtkmm/button.h> #include <gtkmm/dialog.h> |
