Code

Node tool: snap while scaling a selection of nodes. Consider this as experimental...
[inkscape.git] / src / gc-core.h
index faf7eb4de9b1b4a63426c33dc5126186b39ad43c..32779c83fcb169e994e7d861d97a9cdb97c807bd 100644 (file)
@@ -1,7 +1,7 @@
-/*
- * Inkscape::GC - Wrapper for Boehm GC
- *
- * Authors:
+/** @file
+ * @brief Wrapper for Boehm GC
+ */
+/* Authors:
  *   MenTaLguY <mental@rydia.net>
  *
  * Copyright (C) 2004 MenTaLguY
@@ -211,4 +211,4 @@ inline void operator delete[](void *mem, Inkscape::GC::Delete) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :