This is my code in my controller.js file
/**
* This is my description
* @param {object} param - aaaaaaaaaa
*/
$scope.getSelectedClassParam = function(param) {
...
return "true";
};
I work in eclipse btw.
The code, like it is now...does the following
I place the cursor above the getSelectedClassParam then a yellow rectangle pops up and shows the description of the class...the description looks like this:
But i need it to be SOMETHING like this:
Any ideas?