]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
Move #includes out of header files.
[lyx.git] / src / lyxlex.h
index 4dda5a3697c0518a5b67de9f239288d41406c175..32c58834437fcd525005e143beab32a27a107abe 100644 (file)
@@ -1,9 +1,19 @@
 // -*- C++ -*-
+/**
+ * \file lyxlex.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Alejandro Aguilar Sierra
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 //  Generalized simple lexical analizer.
 //  It can be used for simple syntax parsers, like lyxrc,
-//  texclass and others to come.   [asierra30/03/96]
-//
-//   Copyright 1996 Lyx Team.
+//  texclass and others to come.
+
 #ifndef LYXLEX_H
 #define LYXLEX_H