From 48b09463dd23e64fab605553a91542198e8361e4 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 16 Dec 2009 17:44:40 +0000 Subject: [PATCH] Add comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32554 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathExInt.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/mathed/InsetMathExInt.h b/src/mathed/InsetMathExInt.h index a4d2e8e90d..d640b02622 100644 --- a/src/mathed/InsetMathExInt.h +++ b/src/mathed/InsetMathExInt.h @@ -21,7 +21,13 @@ namespace lyx { -// cell(0) is stuff before the 'd', cell(1) the stuff after +// for integrals, cell(0) is stuff before the 'd', cell(1) the stuff after +// for sums: +// cell(0) is the main body +// cell(1) is the index (e.g., i), if the lower bound is "i = ..." +// or the whole lower bound if not +// cell(2) is what follows the "=" in the first case +// cell(3) is the upper bound class InsetMathExInt : public InsetMathNest { public: /// -- 2.39.2