mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-21 09:17:10 +08:00
13 lines
183 B
C++
13 lines
183 B
C++
int animal::moose::getFeet() //^2^
|
|
{
|
|
return fFeet;
|
|
}
|
|
|
|
void animal::moose::doNothing() //^3^
|
|
{
|
|
animal::moose foo();
|
|
|
|
fFeet = N// -15-
|
|
; // #15# ( "NAME1" "NAME2" "NAME3" )
|
|
}
|