]> git.lyx.org Git - lyx.git/blobdiff - src/language.h
Point fix, earlier forgotten
[lyx.git] / src / language.h
index b4a17dccc651a0d39aba63acdcfab84b699e4c6c..7a3db0510e223a158aab43d0f589c746c771e580 100644 (file)
@@ -1,21 +1,20 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file language.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Dekel Tsur
+ * \author Jürgen Vigna
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef LANGUAGE_H
 #define LANGUAGE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 #include "LString.h"
 
@@ -90,8 +89,6 @@ public:
        ///
        void read(string const & filename);
        ///
-       void setDefaults();
-       ///
        Language const * getLanguage(string const & language) const;
        ///
        size_type size() const {