mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fix ICG_IGNORE_TYPE documentation
This commit is contained in:
parent
ebaeba7e73
commit
e95a0cf6da
@ -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)
|
||||
*/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user