From e95a0cf6da0cd17e94c8405634e434b0703a9897 Mon Sep 17 00:00:00 2001 From: Derek Bankieris Date: Fri, 17 Apr 2020 14:55:51 -0500 Subject: [PATCH] Fix ICG_IGNORE_TYPE documentation --- docs/howto_guides/How-To-Exclude-Code.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/howto_guides/How-To-Exclude-Code.md b/docs/howto_guides/How-To-Exclude-Code.md index 68922628..4f6e7a2f 100644 --- a/docs/howto_guides/How-To-Exclude-Code.md +++ b/docs/howto_guides/How-To-Exclude-Code.md @@ -40,12 +40,13 @@ ICG: (NO_COMMENT) ```c++ // Classic header /* -PURPOSE: (some code) -ICG_EXCLUDE_CLASS: (class_name) +PURPOSE: +ICG_IGNORE_TYPE: ((class_name)(another_type)) */ //Doxygen style header /* @trick_exclude_typename(class_name) +@trick_exclude_typename(another_type) */ ```