Custom Documentation for Monodevelop

Hi. I am writing a rather large class with functions, and I have a list of values that tell me which is which. However, whenever I want to check it, I have to manually open up the function in which I have written it. I know there is a way in Eclipse, but is there a way in Monodevelop to write your own custom documentation?

Intellisense my good friend! :slight_smile:

Comment your code with /// or does MonoDevelop not have this functionality?
I use VisualStudio and previously Unitron.