]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathExtern.h
Introduce a return value for mathmlize(). We will need this to be able
[features.git] / src / mathed / MathExtern.h
index 73ddc97d0665755142b54b23d843d6bffe16b00b..d367b1e901e33ba2331dcd27a2f60b6a94191708 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.
  */
@@ -30,7 +30,7 @@ void normalize(MathData const &, NormalStream &);
 void maple(MathData const &, MapleStream &);
 void maxima(MathData const &, MaximaStream &);
 void mathematica(MathData const &, MathematicaStream &);
-void mathmlize(MathData const &, MathStream &);
+docstring mathmlize(MathData const &, MathStream &);
 void octave(MathData const &, OctaveStream &);
 
 bool extractNumber(MathData const & ar, int & i);