mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Add comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2df40cd0cd
commit
48b09463dd
@ -21,7 +21,13 @@
|
|||||||
|
|
||||||
namespace lyx {
|
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 {
|
class InsetMathExInt : public InsetMathNest {
|
||||||
public:
|
public:
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user