]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/lyxfont.h
fix bug 1750
[lyx.git] / src / tex2lyx / lyxfont.h
index 1f7bd5a413fc5d4483d65560f3e04502dedc8c89..23e49b51b3cf84c0e0b17dc06de39e1a773857f3 100644 (file)
@@ -1,12 +1,17 @@
 // -*- C++ -*-
 /**
- *  \file lyxfont.h
+ * \file tex2lyx/lyxfont.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS.
+ *
+ * This class is just a dummy version of that in the main LyX source tree
+ * to enable tex2lyx to use LyX's textclass classes and not have to
+ * re-invent the wheel.
  *
- *  Full author contact details are available in file CREDITS
  */
 
 #ifndef LYXFONT_H