Documentation tags

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

I saw that there is a <value> tag that is used for class' properties. Is there a similar tag for constants too, or should I use <value>?

Thanks
Mike
 
Hi
Try this

#region CONSTANTS(PRIVATE)
///<summary>
/// CONSTANTS(PRIVATE)
///</summary>
#endregion

Ravikanth[MVP]
 
Back
Top