Reputation: 1011
I'm using Firebase for my Android Studio project. Whenever I press ctrl+Q to show documentation for any Firebase functions or classes, it shows a blank box. This doesn't happen for functions from other libraries.
Blank documentation box screenshot
How to fix this? Any help would be appreciated.
OS Linux Kubuntu 18.04 & Android Studio 3.5
Upvotes: 1
Views: 50
Reputation: 3576
You are getting the correct documentation for Firebase. That's all that is displayed in Android Studio by default.
The documentation is provided in the downloaded library itself. For example, when you do ctrl+click on a function of a library whose text documentation is visible to you, you'll be taken to it's definition in the downloaded library and there you'll see it's text documentation just above the function.
Upvotes: 1