Code

Merge from fe-moved
[inkscape.git] / src / dialogs / object-attributes.h
index 2fc562e16d02a062f8bf02f35c60c3340cc4efb3..726d8e43b8e3039212eded6c1841608686005991 100644 (file)
@@ -1,10 +1,7 @@
-#ifndef __SP_OBJECT_ATTRIBUTES_H__
-#define __SP_OBJECT_ATTRIBUTES_H__
-
-/**
- * \brief  Generic object attribute editor
- *
- * Author:
+/** @file
+ * @brief  Generic object attribute editor
+ */
+/* Author:
  *   Lauris Kaplinski <lauris@ximian.com>
  *
  * Copyright (C) 2001 Ximian, Inc.
  * Licensed under GNU GPL
  */
 
-#include <glib.h>
-
-
+#ifndef SEEN_DIALOGS_OBJECT_ATTRIBUTES_H
+#define SEEN_DIALOGS_OBJECT_ATTRIBUTES_H
 
+#include <glib.h>
 #include <gtk/gtkwidget.h>
 #include "../forward.h"
 
 void sp_object_attributes_dialog (SPObject *object, const gchar *tag);
 
-
-
 #endif
 
 /*