summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-08-29 18:17:53 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-08-30 16:56:34 +0200
commitf7d71e379edf2c29d53182458342d7a5ce1446d6 (patch)
tree091e5e972e968a16c37027631fa20c555d6939be /starmath
parentdec4bf14c823c29ef39fe55bc5afc2a19c91738f (diff)
fix comment about children of SmOperNode
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/node.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 38793e7c5148..9fc44d2f43e4 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -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
{