Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Howto: GhostDoc richtig konfigurieren? (https://www.delphipraxis.net/83552-howto-ghostdoc-richtig-konfigurieren.html)

Phoenix 4. Jan 2007 13:22


Howto: GhostDoc richtig konfigurieren?
 
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?


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:39 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz