Namespace Unity.XMLDocExample.UnityEditor.SubGroup.YourPackageName
Classes
MyPublicEditorExampleClass
Packages require documentation for ALL public Package APIs.
The summary tags are where you put all basic descriptions. For example, this is where you would normally provide a general description of the class.
Inside these tags, you can use normal markdown, such as bold, italics, and code formatting.
Enums
MyPublicEditorExampleClass.MyExampleEnum
If you want to document your public enum, use summary tags before each value.