Add comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-16 17:44:40 +00:00
parent 2df40cd0cd
commit 48b09463dd

View File

@ -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:
///