fix comment about children of SmOperNode
This commit is contained in:
parent
dec4bf14c8
commit
f7d71e379e
1 changed files with 1 additions and 3 deletions
|
@ -1079,12 +1079,10 @@ inline SmVerticalBraceNode::SmVerticalBraceNode(const SmToken &rNodeToken) :
|
|||
* Used for commands like SUM, INT and similar.
|
||||
*
|
||||
* Children:<BR>
|
||||
* 0: Operation (instance of SmMathSymbolNode)<BR>
|
||||
* 0: Operation (instance of SmMathSymbolNode or SmSubSupNode)<BR>
|
||||
* 1: Body<BR>
|
||||
* None of the children may be NULL.
|
||||
*
|
||||
* If there are boundaries on the operation the body will an instance of
|
||||
* SmSubSupNode.
|
||||
*/
|
||||
class SmOperNode : public SmStructureNode
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue