Update docummentation for NucuCar.Domain

This commit is contained in:
Denis-Cosmin Nutiu 2020-04-18 14:20:47 +03:00
parent 27873e7def
commit 6f100abc1e
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@ namespace NucuCar.Domain.Telemetry
{ {
/// <summary> /// <summary>
/// Interface that specifies that the component implementing it is willing to provide telemetry data and can be /// Interface that specifies that the component implementing it is willing to provide telemetry data and can be
/// registered to a publisher such as <see cref="TelemetryPublisherAzure"/>. /// registered to a publisher such as <see cref="TelemetryPublisher"/>.
/// </summary> /// </summary>
public interface ITelemeter public interface ITelemeter
{ {

View file

@ -2,7 +2,6 @@ namespace NucuCar.Domain.Telemetry
{ {
/// <summary> /// <summary>
/// TelemetryPublisherType holds constants for instantiating <see cref="TelemetryPublisher"/>, /// TelemetryPublisherType holds constants for instantiating <see cref="TelemetryPublisher"/>,
/// see <see cref="TelemetryPublisherFactory"/>.
/// </summary> /// </summary>
public static class TelemetryPublisherType public static class TelemetryPublisherType
{ {