Skip to content

Commit

Permalink
fix xml comment warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSawatzki-MGGM committed Jan 30, 2025
1 parent dc7c71f commit e25c379
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ZUGFeRD/TradeLineItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ public List<DesignatedProductClassification> GetDesignatedProductClassifications
/// </summary>

Check warning on line 629 in ZUGFeRD/TradeLineItem.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag was not expected at this location.'

Check warning on line 629 in ZUGFeRD/TradeLineItem.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag was not expected at this location.'
/// <param name="chargeFreeQuantity">Quantity of the included charge free product</param>
/// <param name="chargeFreeUnitCode">Unit code for the quantity</param>
/// </summary>
/// <returns></returns>
public void SetChargeFreeQuantity(decimal chargeFreeQuantity, QuantityCodes chargeFreeUnitCode)
{
ChargeFreeQuantity = chargeFreeQuantity;
Expand All @@ -640,6 +642,8 @@ public void SetChargeFreeQuantity(decimal chargeFreeQuantity, QuantityCodes char
/// </summary>

Check warning on line 642 in ZUGFeRD/TradeLineItem.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag was not expected at this location.'

Check warning on line 642 in ZUGFeRD/TradeLineItem.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag was not expected at this location.'
/// <param name="packageQuantity">Quantity of the included charge free product</param>
/// <param name="packageUnitCode">Unit code for the quantity</param>
/// </summary>
/// <returns></returns>
public void SetPackageQuantity(decimal packageQuantity, QuantityCodes packageUnitCode)
{
PackageQuantity = packageQuantity;
Expand Down

0 comments on commit e25c379

Please sign in to comment.