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

improve comment about SmBrace (body can be expression for abs{x})

üst a32fe391
......@@ -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
{
......
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