]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/lyxfont.h
add config.h
[lyx.git] / src / tex2lyx / lyxfont.h
index 1f7bd5a413fc5d4483d65560f3e04502dedc8c89..367641ef94c8ad6aa27d751f3b0227d8ba526570 100644 (file)
@@ -1,17 +1,24 @@
 // -*- 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
 #define LYXFONT_H
 
+namespace lyx {
+
 class LyXLex;
 
 class LyXFont {
@@ -30,4 +37,7 @@ public:
        bool resolved() const { return true; }
 };
 
+
+} // namespace lyx
+
 #endif // NOT LYXFONT_H