]> git.lyx.org Git - lyx.git/commitdiff
Comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 29 Jul 2010 14:29:54 +0000 (14:29 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 29 Jul 2010 14:29:54 +0000 (14:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35021 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathAMSArray.h

index 631d7db9a4995a05ee4489c78e6d0b50f36c2d2f..ceb3069c28190b83d8fb0bad38e461e9a75e3192 100644 (file)
@@ -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;
        ///