]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macrotemplate.h
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_macrotemplate.h
index ef439add4f52185643899169d9120275b177d31e..97441accdd14ce559fb711151b9ee0035674d1ec 100644 (file)
@@ -1,20 +1,27 @@
 // -*- C++ -*-
+/**
+ * \file math_macrotemplate.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Alejandro Aguilar Sierra
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef MATH_MACROTEMPLATE_H
 #define MATH_MACROTEMPLATE_H
 
 #include "math_nestinset.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 
 class MathMacro;
 
-/** This class contains the macro definition
- *  \author Alejandro Aguilar Sierra
- *
- * Full author contact details are available in file CREDITS
- */
 //class MathMacroTemplate : public MathInset, boost::noncopyable
 
+/// This class contains the macro definition.
 class MathMacroTemplate : public MathNestInset {
 public:
        ///