From: Richard Heck Date: Thu, 29 Jul 2010 14:29:54 +0000 (+0000) Subject: Comment. X-Git-Tag: 2.0.0~2893 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=833ef6352fc53ecdcf12066599875b004a811891;p=features.git Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35021 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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; ///