]> git.lyx.org Git - lyx.git/blobdiff - src/support/DebugStream.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / DebugStream.C
index 1293486b5fcd2e3fcd4deb628fd829d345bde970..27b954ed43a255539484d99b50ceff5968fa8a79 100644 (file)
@@ -1,18 +1,17 @@
-// Created by Lars Gullik Bjønnes
-// Copyright 1999 Lars Gullik Bjønnes (larsbj@lyx.org)
-// Released into the public domain.
-
-// Primarily developed for use in the LyX Project http://www.lyx.org/
-// but should be adaptable to any project.
+/**
+ * \file DebugStream.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS
+ */
 
 //#define TEST_DEBUGSTREAM
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 //#include "DebugStream.h"
 #include "debug.h"