]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxmanip.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / lyxmanip.h
index 52dc69692aaf2f9bcf5e900e77a25b2aeb2f2851..beeb1525f25d38779df1df61c4ae2800aae91557 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file lyxmanip.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 LYX_MANIP_H
 #define LYX_MANIP_H
 
@@ -9,7 +19,7 @@ struct NewLineAndDepth_ {
        int depth_;
 };
 
-//
+///
 inline
 NewLineAndDepth_ newlineAndDepth(int n)
 {
@@ -18,7 +28,7 @@ NewLineAndDepth_ newlineAndDepth(int n)
        return nlad_;
 }
 
-//
+///
 inline
 std::ostream & operator<<(std::ostream & os, NewLineAndDepth_ const & nlad_)
 {