vocabulary

This commit is contained in:
Jean-Marc Lasgouttes 2022-09-21 19:29:52 +02:00
parent 2abe771407
commit 3bba2ad150
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ public:
Change change; Change change;
// is it possible to add contents to this element? // is it possible to add contents to this element?
bool final = false; bool final = false;
// properties with respect to row breaking (made of RowFlag enums) // properties with respect to row breaking (made of RowFlag enumerators)
int row_flags = Inline; int row_flags = Inline;
friend std::ostream & operator<<(std::ostream & os, Element const & row); friend std::ostream & operator<<(std::ostream & os, Element const & row);

View File

@ -479,7 +479,7 @@ public:
virtual CtObject getCtObject(OutputParams const &) const; virtual CtObject getCtObject(OutputParams const &) const;
// properties with respect to row breaking (made of RowFLag enums) // properties with respect to row breaking (made of RowFLag enumerators)
virtual int rowFlags() const { return Inline; } virtual int rowFlags() const { return Inline; }
/// indentation before this inset (only needed for displayed hull insets with fleqn option) /// indentation before this inset (only needed for displayed hull insets with fleqn option)
virtual int indent(BufferView const &) const { return 0; } virtual int indent(BufferView const &) const { return 0; }