I have Xcode 4.2 installed and had documentation updated

However clicking on keyword like strong provides no doc references

I feel like i am missing something still.
Please advise.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Everything is fine, there’s nothing missing. Quick Help is not provided for compiler directives and built-in keywords and data types.
You’ll notice that quick help is unavailable for keywords like @interface, @property, nonatomic, readonly and so on. Likewise, built-in data types like int, float, double don’t have quick help either. This is normal.
If you need help on the ARC keywords like strong, weak, __unsafe_unretained I suggest to read the Transitioning to ARC Release Notes.
For compiler directives please refer to my Complete List of Objective-C 2.0 @ Compiler Directives.