]> git.lyx.org Git - lyx.git/blobdiff - src/Sectioning.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / Sectioning.h
index ca1dd134b0a31efe500a3498da5f96e0fa9678ba..b3bdd63c97c7eb2aecbda3d2162310b99d4f7e33 100644 (file)
@@ -1,12 +1,17 @@
 // -*- C++ -*-
+/**
+ * \file Sectioning.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 SECTIONING_H
 #define SECTIONING_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 
 #include "LString.h"
@@ -47,7 +52,6 @@ private:
 
 ///
 class SectioningList {
-public:
 private:
        ///
        typedef std::map<string, Section> List_;