I generated xml-comments to a method with Ghost doc
/// <summary>
/// Determines whether [is lv class identifier] [the specified class identifier].
/// </summary>
/// <param name="classId">The class identifier.</param>
/// <returns><c>true</c> if [is lv class identifier] [the specified class identifier]; otherwise, <c>false</c>.</returns>
private static bool IsLVClassId(int classId)
and couldn't find any meaning or documentation to this. I would have prefered to generate text like
/// Determines whether classid is lv class identifier
Anyway can I make it more understandable somehow besides editing the comment myself (instead of editing some template or provide value for placeholders)?