Add clarifying comment.
authorMario de Sousa <msousa@fe.up.pt>
Wed, 25 Apr 2012 16:21:14 +0100
changeset 533 dd93707c482e
parent 532 cb78940b2cb8
child 534 d13a38011af4
Add clarifying comment.
absyntax_utils/search_var_instance_decl.hh
--- a/absyntax_utils/search_var_instance_decl.hh	Wed Apr 25 15:56:45 2012 +0100
+++ b/absyntax_utils/search_var_instance_decl.hh	Wed Apr 25 16:21:14 2012 +0100
@@ -108,6 +108,9 @@
     unsigned int get_option (symbol_c *variable_instance_name);
 
     /* NOTE: The following function will be completely deleted in the (hopefully near) future. */
+    /* Returns true if the variable is an ARRAY or a STRUCT, otherwise returns false.
+     * Note that for FB, also returns false!
+     */
     bool type_is_complex(symbol_c *variable_name);
 
   public: