From 833ef6352fc53ecdcf12066599875b004a811891 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 29 Jul 2010 14:29:54 +0000 Subject: [PATCH] Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35021 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathAMSArray.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mathed/InsetMathAMSArray.h b/src/mathed/InsetMathAMSArray.h index 631d7db9a4..ceb3069c28 100644 --- a/src/mathed/InsetMathAMSArray.h +++ b/src/mathed/InsetMathAMSArray.h @@ -42,9 +42,10 @@ public: void infoize(odocstream & os) const; /// void normalize(NormalStream &) const; - // Don't need mathmlize as it is handled by InsetMathMatrix, - // after being extracted in MathExtern. + // Don't need mathmlize or htmlize, as this is handled by + // InsetMathMatrix after being extracted in MathExtern. // void mathmlize(MathStream &) const; + // void htmlize(HTMLStream &) const; /// void validate(LaTeXFeatures & features) const; /// -- 2.39.2