Skip to content

Instantly share code, notes, and snippets.

@jawinn
Created October 8, 2013 01:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jawinn/6877774 to your computer and use it in GitHub Desktop.
Save jawinn/6877774 to your computer and use it in GitHub Desktop.
Unity - How to Comment your Functions & Parameters (with XML Comments)
/// <summary>
/// You would not believe what amazing things this method does.
/// </summary>
/// <param name="exampleInteger">A explanation of this really important number </param>
public static void DoSomething(int exampleInteger){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment