관리-도구
편집 파일: 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 -