how to add headers to scripts in unity

Code Example - how to add headers to scripts in unity

                
                        // A simple header with some example variables.
[Header("My Header")]
public string myString;
public bool myBoolean;
public int myInteger;
public float myFloat;