* 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)
*
* 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)