Code

Merge from fe-moved
[inkscape.git] / src / live_effects / lpe-skeleton.h
index d961ad9543c0815156f51731343f90ebd455e568..fd9dc0abaecd2cf8b75e700d89049d953748da6a 100644 (file)
@@ -1,19 +1,17 @@
-#ifndef INKSCAPE_LPE_SKELETON_H
-#define INKSCAPE_LPE_SKELETON_H
-
-/** \file
- * LPE <skeleton> implementation, see lpe-skeleton.cpp.
+/** @file
+ * @brief Minimal LPE effect, see lpe-skeleton.cpp.
  */
-
-/*
- * Authors:
- *   Johan Engelen
+/* Authors:
+ *   Johan Engelen <j.b.c.engelen@utwente.nl>
  *
- * Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
+ * Copyright (C) 2007 Authors
  *
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 
+#ifndef INKSCAPE_LPE_SKELETON_H
+#define INKSCAPE_LPE_SKELETON_H
+
 #include "live_effects/effect.h"
 #include "live_effects/parameter/parameter.h"
 
@@ -65,4 +63,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :