Clarified assignment pointcut docs.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 21 Oct 2010 19:33:57 +0000 (15:33 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 21 Oct 2010 19:33:57 +0000 (15:33 -0400)
src/aop-pc-assign.c

index 6128bdc1f6afcb6a10de9f6b05b4231def4af399..6cb10aa0cbf4f9712614cd3cbf12310ebcf6e17b 100644 (file)
@@ -377,7 +377,8 @@ op_join_on_copy_assign (struct aop_pointcut *pc, int copy, join_callback cb,
  * By default, assignment pointcuts do not include assignments to
  * temporary variables.  These assignments will usually only be useful
  * to users trying to debug the compiler with InterAsepct.
- * \param pc The pointcut to modify with the filter.
+ * \param pc The assignment pointcut to filter.  Assignment pointcuts
+ * are created with aop_match_assignment_by_type().
  */
 void
 aop_filter_include_temps (struct aop_pointcut *pc)
@@ -392,7 +393,8 @@ aop_filter_include_temps (struct aop_pointcut *pc)
  *
  * This function is provided to undo the effect of
  * aop_filter_include_temps(); by default, you do not need to call it.
- * \param pc The pointcut to modify with the filter.
+ * \param pc The assignment pointcut to filter.  Assignment pointcuts
+ * are created with aop_match_assignment_by_type().
  */
 void
 aop_filter_exclude_temps (struct aop_pointcut *pc)