fix xml build warnings 91/154491/1
authorjkjo92 <jkjo92@samsung.com>
Tue, 10 Oct 2017 09:54:46 +0000 (18:54 +0900)
committerjkjo92 <jkjo92@samsung.com>
Tue, 10 Oct 2017 09:54:46 +0000 (18:54 +0900)
Change-Id: I564081cd060c1f4229ecdd071b023ccf32a96b67
Signed-off-by: jkjo92 <jkjo92@samsung.com>
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/AuthenticatorInformation.cs
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient/UafAuthenticatorFinder.cs

index 220b131..7aa4138 100755 (executable)
@@ -25,7 +25,7 @@ namespace Tizen.Account.FidoClient
     /// <since_tizen> 3 </since_tizen>
     /// <example>
     /// <code>
-    ///     IEnumerable<AuthenticatorInformation> authInfos = await UafAuthenticatorFinder.DiscoverAuthenticatorsAsync();
+    ///     IEnumerable&lt;AuthenticatorInformation&gt; authInfos = await UafAuthenticatorFinder.DiscoverAuthenticatorsAsync();
     ///     foreach (AuthenticatorInformation authInfo in authInfos)
     ///     {
     ///         string aaid = authInfo.Aaid;
index bed73d4..2f13307 100755 (executable)
@@ -39,7 +39,7 @@ namespace Tizen.Account.FidoClient
 
         /// <example>
         /// <code>
-        ///     IEnumerable<AuthenticatorInformation> authInfos = await UafAuthenticatorFinder.DiscoverAuthenticatorsAsync();
+        ///     IEnumerable&lt;AuthenticatorInformation&gt; authInfos = await UafAuthenticatorFinder.DiscoverAuthenticatorsAsync();
         ///     foreach (AuthenticatorInformation authInfo in authInfos)
         ///     {
         ///         string aaid = authInfo.Aaid;