]> git.lyx.org Git - lyx.git/blobdiff - src/support/DebugStream.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / DebugStream.h
index 9ed437600edebddb709db37d12a8e2af6f06a75f..dd7b7118ca7fef7a5d8996259cb7fae51e888848 100644 (file)
@@ -1,21 +1,17 @@
 // -*- C++ -*-
-
-// Created by Lars Gullik Bjønnes
-// Copyright 1999 Lars Gullik Bjønnes (larsbj@lyx.org)
-// Released into the public domain.
-
-// Implemented and tested on g++ 2.7.2.3
-
-// Primarily developed for use in the LyX Project http://www.lyx.org/
-// but should be adaptable to any project.
+/**
+ * \file DebugStream.h
+ * 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
+ */
 
 #ifndef DEBUGSTREAM_H
 #define DEBUGSTREAM_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LOstream.h"
 
 #ifdef TEST_DEBUGSTREAM