diff options
Diffstat (limited to 'src/arc-context.cpp')
| -rw-r--r-- | src/arc-context.cpp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/arc-context.cpp b/src/arc-context.cpp index 0b4904bdf..1409d1d64 100644 --- a/src/arc-context.cpp +++ b/src/arc-context.cpp @@ -1,21 +1,20 @@ -#define __SP_ARC_CONTEXT_C__ - -/** \file Ellipse drawing context. */ - -/* - * Authors: +/** @file + * @brief Ellipse drawing context + */ +/* Authors: * Mitsuru Oka * Lauris Kaplinski <lauris@kaplinski.com> * bulia byak <buliabyak@users.sf.net> + * Johan Engelen <johan@shouraizou.nl> * - * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl> - * Copyright (C) 2002 Mitsuru Oka - * Copyright (C) 2000-2002 Lauris Kaplinski + * Copyright (C) 2000-2006 Authors * Copyright (C) 2000-2001 Ximian, Inc. * * Released under GNU GPL, read the file 'COPYING' for more information */ +#define __SP_ARC_CONTEXT_C__ + #ifdef HAVE_CONFIG_H # include <config.h> #endif |
