1
Adding to method headers
Question asked by Douglas R Jones - 3/26/2024 at 2:00 PM
Answered
When GhostDoc puts headers on methods I would like to know how to have it add a row of stars as the first line and last line of the header. Star = *

3 Replies

Reply to Thread
0
Misha Zhutov Replied
Employee Post Marked As Answer
Hi Douglas, 

Please provide us with a code snippet.
0
Douglas R Jones Replied
Misha,
When clicking Document File or Document This GDP goes and puts comments on methods. For example:
        /// <summary>
        /// Adds the line.
        /// </summary>
        /// <param name="msg">The MSG.</param>
Want I would like is to have:
///*********************************************************************
        /// <summary>
        /// Adds the line.
        /// </summary>
        /// <param name="msg">The MSG.</param>
///**********************************************************************
I am guessing it is a template change, but I am not sure where or how.

Thanks.
0
Misha Zhutov Replied
Employee Post
Douglas,

Please open GhostDoc Pro->Options->Rules->Method Template and add ///****** in the rule's code.

Reply to Thread