]> git.lyx.org Git - lyx.git/blobdiff - src/paper.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / paper.h
index 07c2f524da8089cee7cfa18ef8f5b84aade54a03..03a771d160300c1be65893fe83d06f4305b37c72 100644 (file)
@@ -1,39 +1,39 @@
 // -*- C++ -*-
 /**
- *  \file paper.h
+ * \file paper.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Jean-Marc Lasgouttes
+ * \author Jean-Marc Lasgouttes
  *
- *  Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
- *  A trivial header file to hold paper-related enums. It should later
- *  expand to contain many paper-related horrors access.
+ * A trivial header file to hold paper-related enums. It should later
+ * expand to contain many paper-related horrors access.
  */
 
 #ifndef PAPER_H
 #define PAPER_H
 
- ///
- enum PAPER_SIZE {
-        ///
-        PAPER_DEFAULT,
-        ///
-        PAPER_USLETTER,
-        ///
-        PAPER_LEGALPAPER,
-        ///
-        PAPER_EXECUTIVEPAPER,
-        ///
-        PAPER_A3PAPER,
-        ///
-        PAPER_A4PAPER,
-        ///
-        PAPER_A5PAPER,
-        ///
-        PAPER_B5PAPER
- };
+///
+enum PAPER_SIZE {
+       ///
+       PAPER_DEFAULT,
+       ///
+       PAPER_USLETTER,
+       ///
+       PAPER_LEGALPAPER,
+       ///
+       PAPER_EXECUTIVEPAPER,
+       ///
+       PAPER_A3PAPER,
+       ///
+       PAPER_A4PAPER,
+       ///
+       PAPER_A5PAPER,
+       ///
+       PAPER_B5PAPER
+};
 
 ///
 enum PAPER_PACKAGES {