Skip to content

Commit

Permalink
Comment improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Oct 15, 2021
1 parent 541a407 commit 0e95ff7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nanoFramework.Aws.IoTCore.Devices/MqttConnectionClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace nanoFramework.Aws.IoTCore.Devices
/// <seealso cref="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
/// <seealso cref="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
/// <seealso cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>

public class MqttConnectionClient : IDisposable
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.Aws.IoTCore.Devices/Shadows/Shadow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace nanoFramework.Aws.IoTCore.Devices.Shadows
{
/// <summary>
/// Shadow Representation.
/// <cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html"/>
/// <see cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html"/>
/// </summary>
public class Shadow
{
Expand Down

0 comments on commit 0e95ff7

Please sign in to comment.