]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FontInfo.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FontInfo.h
index 50ca92d6df93f83531e976fb69294ca1e997dd35..8ba42a5ebc011d8a78781b41ef9f74e6d1a214ab 100644 (file)
@@ -1,13 +1,14 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file FontInfo.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Asger Alstrup
+ * \author John Levon 
  *
- *           Copyright 1997 Asger Alstrup
- *           and the LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef FONTINFO_H
 #define FONTINFO_H
@@ -89,4 +90,5 @@ private:
        /// Build newly sized font string
        string const resize(string const &, int size) const;
 };
-#endif
+
+#endif // FONTINFO_H