Adding a function description - Unityscript

I’m using UnityDevelop because of the intellisense. Is it possible to add a description above a function that shows up in intellisense like the build in function and classes do?
If so, what’s the syntax for it?

I know it’s possible in visual studio but I can’t find if it possible with unityscript.

Thanks.

Just include “///” (Three slash )followed by Description above the function then Monodevelop will add the Summary tag itself, there you go.

Nevermind I’ve found it. For anyone looking for it add the following above your function.

/** Your function description **/