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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -