tagbar/tests/cpp/testsubclass.cpp

13 lines
183 B
C++
Raw Normal View History

2013-03-28 00:16:03 +13:00
int animal::moose::getFeet() //^2^
{
return fFeet;
}
void animal::moose::doNothing() //^3^
{
animal::moose foo();
fFeet = N// -15-
; // #15# ( "NAME1" "NAME2" "NAME3" )
}