Hi, I've noticed that the documentation notes (what is inside /** **/) does not work for the SDK, but does work for classes that I write, or external libraries.
For example, if I place the cursor over myArray.pop() no documentation is found, but when I do the same over a method I created, I see the doc.
Is there any configuration I should setup to make it work?.
Thanks.