File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 33 <compounddef id =" 107__define__in__enums_8cpp" kind =" file" language =" C++" >
44 <compoundname >107_define_in_enums.cpp</compoundname >
55 <sectiondef kind =" define" >
6- <memberdef kind =" define" id =" 107__define__in__enums_8cpp_1aee80934e9528cc7801303ace34d76873 " prot =" public" static =" no" >
7- <name >ID </name >
6+ <memberdef kind =" define" id =" 107__define__in__enums_8cpp_1af5306e4b64f0a20303086d3936c64e0c " prot =" public" static =" no" >
7+ <name >ID_A </name >
88 <param >
99 <defname >X</defname >
1010 </param >
1717 </inbodydescription >
1818 <location file =" 107_define_in_enums.cpp" line =" 7" column =" 9" bodyfile =" 107_define_in_enums.cpp" bodystart =" 7" bodyend =" -1" />
1919 </memberdef >
20- <memberdef kind =" define" id =" 107__define__in__enums_8cpp_1aee80934e9528cc7801303ace34d76873 " prot =" public" static =" no" >
21- <name >ID </name >
20+ <memberdef kind =" define" id =" 107__define__in__enums_8cpp_1a244e85f8f6926f9cb8e576ad9c797f47 " prot =" public" static =" no" >
21+ <name >ID_B </name >
2222 <param >
2323 <defname >X</defname >
2424 </param >
2929 </detaileddescription >
3030 <inbodydescription >
3131 </inbodydescription >
32- <location file =" 107_define_in_enums.cpp" line =" 13" column =" 9" bodyfile =" 107_define_in_enums.cpp" bodystart =" 7 " bodyend =" -1" />
32+ <location file =" 107_define_in_enums.cpp" line =" 13" column =" 9" bodyfile =" 107_define_in_enums.cpp" bodystart =" 13 " bodyend =" -1" />
3333 </memberdef >
3434 </sectiondef >
3535 <sectiondef kind =" enum" >
Original file line number Diff line number Diff line change 44// check: 107__define__in__enums_8cpp.xml
55
66enum A {
7- #define ID (X ) X,
8- ID (A1)
9- ID (A2)
7+ #define ID_A (X ) X,
8+ ID_A (A1)
9+ ID_A (A2)
1010};
1111
1212enum class B {
13- #define ID (X ) X,
14- ID (B1)
15- ID (B2)
13+ #define ID_B (X ) X,
14+ ID_B (B1)
15+ ID_B (B2)
1616};
You can’t perform that action at this time.
0 commit comments