# HG changeset patch
# User Mario de Sousa <msousa@fe.up.pt>
# Date 1335367274 -3600
# Node ID dd93707c482e71742aaf15b4beeff5e3a5c4f154
# Parent  cb78940b2cb870f1f34f86598becd90ab299f517
Add clarifying comment.

diff -r cb78940b2cb8 -r dd93707c482e 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: