add comment for a function

  • Thread starter Thread starter Alban
  • Start date Start date
A

Alban

How to add a comment before a function , displayed when typing the function
name ?

for example

///<summary>
/// this is the comment
///</summary>
public function GetFirstName()
GetFirstName = "my name"
end function



thanks for your help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top