Game Development Reference
In-Depth Information
Then insert three forward-slash characters on the line above the function title ( /// ),
as shown in the following screenshot:
Inserting /// above the function title to create an XML comment
When you do this, MonoDevelop automatically inserts a template XML comment
ready for you to complete with appropriate descriptions. It creates a summary
section that describes the function generally and param entries for each argument
in the function, as shown in the following screenshot:
Inserting /// above the function title will autogenerate an XML comment
 
Search WWH ::




Custom Search