// SYSTEM PANEL //
[ROOT]
/
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.1.2
/
build
/
support
/
vendor
/
cxx_hinted_parser
/
spec
[ PARENT ]
EDIT :: ExampleWithMetadata.cpp
/** * - begin hinted parseable struct - */ struct Foo { // @prefix not-parsed // @hinted_parseable // @author Joe // @date today // @flag1 int simple; // @prefix not-parsed // // blabla // // @hinted_parseable // // blabla // // @author Jane // // blabla // // @date tomorrow // // blabla // // @flag2 int complex; }; // - end hinted parseable struct -
SAVE
CANCEL