]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.h
mathed uglyfication
[lyx.git] / src / mathed / math_charinset.h
index eaeb117caec6eca87021beed4ad6aec25c8d8dd7..067affac0bd7b82ac2b300b777c5002de2c1e909 100644 (file)
@@ -1,16 +1,21 @@
 // -*- C++ -*-
+/**
+ * \file math_charinset.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef MATH_CHARINSET_H
 #define MATH_CHARINSET_H
 
 #include "math_inset.h"
 
 
-/** The base character inset.
- *  \author André Pönitz
- *
- * Full author contact details are available in file CREDITS
- */
-
+/// The base character inset.
 class MathCharInset : public MathInset {
 public:
        ///
@@ -37,8 +42,6 @@ public:
        char getChar() const { return char_; }
        ///
        bool isRelOp() const;
-       ///
-       bool match(MathInset const *) const;
 
 private:
        /// the character