1
Is there a way to add header or footer strings to autogenerated comments?
Question asked by David Cooper - 6/25/2018 at 6:36 AM
Answered
Is there any way that static text can be added before or after autogenerated comments?
For instance, rather than:
/// <summary>
/// text
/// </summary>
/// <param name="args"></param>
 
Is there some way to add static text, such as:
/// //////////////////////////////////////////////////////////////////////////////////////////////////////////
/// <summary>
/// text
/// </summary>
/// <param name="args"></param>
/// //////////////////////////////////////////////////////////////////////////////////////////////////////////

 

1 Reply

Reply to Thread
0
Serge B. Replied
Employee Post Marked As Answer
Hi David,
 
This cannot be done with GhostDoc at this time.
 
Thanks!
Serge Baranovsky
SubMain Software
(800) 936-2134

Reply to Thread