#pragma mark not showing in methods in Xcode 4.0

前端 未结 13 1763
死守一世寂寞
死守一世寂寞 2021-01-01 13:16

In Xcode Version 4.0 I notice that #pragma marks within methods are no longer showing up in the Jump Bar. The only #pragma marks that are showing up are those that are betwe

13条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-01 13:36

    I realize there is probably a very small percentage of uses for whom what I'm about to say applies, but just in case...

    If you use Doxygen to generate documentation from your source code comments, and you tend to comment your methods in the implementation file (i.e. .m), then adding an empty section after @implementation will cause Doxygen to fail to parse your Doxygen comments.

提交回复
热议问题