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++
|
```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)
|
||||||
*/
|
*/
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user