![]() |
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:
Nun kommt bei GhostDoc dann sowas bei raus:
public void LoadAttachment(Int32 AAttachmentId, string ASourceType, Int32 AParentId1, Int32 AParentId2)
{ }
Code:
Wie ihr schon seht: dieses A in den Kommentaren ist relativ störend.
/// <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 kann ich das rauskonfigurieren? |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:34 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz