G
Guest
How would I document an enum for Intellisense to work properly? I have the
following enum:
public enum Level {A, B, C};
I can document the whole enum with a Summary tag. But how would I give each
member in the enum a description?
following enum:
public enum Level {A, B, C};
I can document the whole enum with a Summary tag. But how would I give each
member in the enum a description?