Can I comment preprocessor macros in Xcode? -


i have lots of preprocessor macros in projects. recently, don't understand how work, , got tired open define file much. can comment on preprocessors don't have open define files? if yes, how?

for example:

#define x @"no" 

i've tried.

/** string "no" */ #define x @"no" 

but no hope.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -