]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / MathAtom.h
index 90b7192570b8de34ba5a1edc5d4eb39a0a280cbe..3b3201db0c1847ed4366d127ee33a287e761e443 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -48,7 +48,7 @@ class InsetMath;
 class MathAtom {
 public:
        /// default constructor, object is useless, but we need it to put it into
-       // std::containers
+       /// std::containers
        MathAtom();
        /// the "real constructor"
        explicit MathAtom(Inset * p);