Fix ICG_IGNORE_TYPE documentation

This commit is contained in:
Derek Bankieris 2020-04-17 14:55:51 -05:00
parent ebaeba7e73
commit e95a0cf6da

View File

@ -40,12 +40,13 @@ ICG: (NO_COMMENT)
```c++ ```c++
// Classic header // Classic header
/* /*
PURPOSE: (some code) PURPOSE:
ICG_EXCLUDE_CLASS: (class_name) ICG_IGNORE_TYPE: ((class_name)(another_type))
*/ */
//Doxygen style header //Doxygen style header
/* /*
@trick_exclude_typename(class_name) @trick_exclude_typename(class_name)
@trick_exclude_typename(another_type)
*/ */
``` ```