]> git.lyx.org Git - lyx.git/blobdiff - src/support/types.h
remove NO_PEXTRA_STUFF
[lyx.git] / src / support / types.h
index bc46ad7dcae87ccf171106ea295b691c070b9bd2..013743b376a20dd62471ef4b943eba4a5638f437 100644 (file)
@@ -1,11 +1,18 @@
+/**
+ * \file types.h
+ * Copyright 2002 the LyX Team
+ * Read the file COPYING
+ *
+ * Provide a set of typedefs for commonly used things like sizes and
+ * indices wile trying to stay compatible with types used
+ * by the standard containers.
+ *
+ * \author André Pönitz
+ */
+
 #ifndef LYX_TYPES_H
 #define LYX_TYPES_H
 
-// provide a set of typedefs for commonly used things like sizes and
-// indices while trying to stay compatible with types used by the standard
-// containers.
-
-
 // this probably could be improved by using <cstddef>...
 #include <vector>
 
@@ -62,4 +69,4 @@ namespace lyx
 
 }
 
-#endif
+#endif // LYX_TYPES_H