Einzelnen Beitrag anzeigen

Benutzerbild von Phoenix
Phoenix
(Moderator)

Registriert seit: 25. Jun 2002
Ort: Hausach
7.606 Beiträge
 
#1

Howto: GhostDoc richtig konfigurieren?

  Alt 4. Jan 2007, 13:22
Ich verwende dank eines Tipps hier aus der DP in meinem C# Code im VS GhostDoc.

Nun hab ich hier jedoch ein kleines Problem bzw. eher eine Unschönheit:

Aufgrund von vorgegebenen Konventionen werden Parameter mit einem A (für Argument) versehen:
Code:
public void LoadAttachment(Int32 AAttachmentId, string ASourceType, Int32 AParentId1, Int32 AParentId2)
{
}
Nun kommt bei GhostDoc dann sowas bei raus:
Code:
    /// <summary>
    /// Loads the attachment.
    /// </summary>
    /// <param name="AAttachmentId">The A attachment id.</param>
    /// <param name="ASourceType">Type of the A source.</param>
    /// <param name="AParentId1">The A parent id1.</param>
    /// <param name="AParentId2">The A parent id2.</param>
Wie ihr schon seht: dieses A in den Kommentaren ist relativ störend.

Wie kann ich das rauskonfigurieren?
Sebastian Gingter
Phoenix - 不死鳥, Microsoft MVP, Rettungshundeführer
Über mich: Sebastian Gingter @ Thinktecture Mein Blog: https://gingter.org
  Mit Zitat antworten Zitat