source: tags/ms_ra2q1/SOURCE_TOOLS/etags_ignore.lst

Last change on this file was 15513, checked in by westram, 7 years ago
File size: 546 bytes
Line 
1# identifiers to ignore or redefine for etags
2#
3# see (manual-entry "ctags") switch "-I"
4#
5# basic syntax:
6# - single word => ignore
7# - "old=new" => replace
8# - '+' means "ignore macro parens+params after word"
9
10OVERRIDE
11
12FINAL_TYPE
13FINAL_OVERRIDE
14
15__ATTR__USERESULT
16__ATTR__DEPRECATED
17__ATTR__DONT_SANITIZE
18__ATTR__NORETURN
19__ATTR__SENTINEL
20__ATTR__USERESULT
21__ATTR__FORMAT
22__ATTR__VFORMAT
23__ATTR__FORMAT_MEMBER
24__ATTR__VFORMAT_MEMBER
25__ATTR__DEPRECATED_TODO
26__ATTR__DEPRECATED_LATER
27
28IF_DEBUG+
29IF_NDEBUG+
30IF_MOTIF+
31IF_GTK+
32IF_ASSERTION_USED+
33
Note: See TracBrowser for help on using the repository browser.