Kaydet (Commit) f7d71e37 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix comment about children of SmOperNode

üst dec4bf14
...@@ -1079,12 +1079,10 @@ inline SmVerticalBraceNode::SmVerticalBraceNode(const SmToken &rNodeToken) : ...@@ -1079,12 +1079,10 @@ inline SmVerticalBraceNode::SmVerticalBraceNode(const SmToken &rNodeToken) :
* Used for commands like SUM, INT and similar. * Used for commands like SUM, INT and similar.
* *
* Children:<BR> * Children:<BR>
* 0: Operation (instance of SmMathSymbolNode)<BR> * 0: Operation (instance of SmMathSymbolNode or SmSubSupNode)<BR>
* 1: Body<BR> * 1: Body<BR>
* None of the children may be NULL. * 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 class SmOperNode : public SmStructureNode
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment