Code

fix pasting style after copying a text span
[inkscape.git] / src / gc-core.h
index cec617d426bb2857e5f1b5fd6db8d583f9f90532..af327dc55f6256c13529b4b778563782374e9673 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
@@ -128,6 +128,8 @@ inline void init() {
     Core::init();
 }
 
+void request_early_collection();
+
 }
 }