summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-08-30 14:34:33 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-08-30 16:56:36 +0200
commitbf33a26a1a29f33532289f55a9c87930f534ae4e (patch)
tree865d3d6fd5e506f2aa7b71d549d863f21e08b833 /starmath
parenta32fe391c25bd0f4db7727eb9085e4b0df70682c (diff)
improve comment about SmBrace (body can be expression for abs{x})
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 9fc44d2f43e4..1b3dbd91ae08 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -990,9 +990,7 @@ public:
* 2: Closing brace<BR>
* None of the children can be NULL.
*
- * Note that child 1 (Body) is usually SmBracebodyNode, I don't know if it can
- * be an SmExpressionNode, haven't seen the case. But didn't quite read parser.cxx
- * enought to exclude this possibility.
+ * Note that child 1 (Body) is usually SmBracebodyNode, but it can also be e.g. SmExpressionNode.
*/
class SmBraceNode : public SmStructureNode
{