// SYSTEM PANEL //
[ROOT]
/
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.1.2
/
build
/
support
/
vendor
/
cxx_hinted_parser
/
spec
[ PARENT ]
EDIT :: ExampleWithErrors.cpp
/** * - begin hinted parseable struct - */ struct Foo { // @hinted_parseable int oneWordType; // @hinted_parseable MACRO(); // @hinted_parseable unsigned int twoWordsType; }; // - end hinted parseable struct - // - end hinted parseable struct -
SAVE
CANCEL