summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/cmt_indent_pp.h
blob: 25253f09840871ee141c26e85325d05c22850c20 (plain)
1
2
3
4
5
6
7
8
class MyClass : public BaseClass
{
	//@{ BaseClass interface
#if VERY_LONG_AND_COMPLICATED_DEFINE
	void foo();
#endif // VERY_LONG_AND_COMPLICATED_DEFINE
	//@}
};