From ad6c06f4c09b9435d450cfd6bd2fd0ccbdae6292 Mon Sep 17 00:00:00 2001 From: Alxandr Date: Wed, 6 Feb 2013 20:46:07 +0100 Subject: [PATCH] Moar documentation thingies --- SpotiFire.LibSpotify/Playlistcontainer.h | 2 +- SpotiFire.SpotifyLib/AwaitHelper.cs | 12 ++++++++++++ build.number | 2 +- nuget/nudoc.xml | 14 +++++++++++++- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/SpotiFire.LibSpotify/Playlistcontainer.h b/SpotiFire.LibSpotify/Playlistcontainer.h index 220dabb..f2c498c 100644 --- a/SpotiFire.LibSpotify/Playlistcontainer.h +++ b/SpotiFire.LibSpotify/Playlistcontainer.h @@ -16,7 +16,7 @@ namespace SpotiFire { /// /// Aleksander, 03.02.2013. /// - /// Type of EventArgs used. + /// Type of EventArgs used. /// The sender. /// The EventArgs to process. ///------------------------------------------------------------------------------------------------- diff --git a/SpotiFire.SpotifyLib/AwaitHelper.cs b/SpotiFire.SpotifyLib/AwaitHelper.cs index 20b1485..3351793 100644 --- a/SpotiFire.SpotifyLib/AwaitHelper.cs +++ b/SpotiFire.SpotifyLib/AwaitHelper.cs @@ -10,6 +10,11 @@ namespace SpotiFire { + ///------------------------------------------------------------------------------------------------- + /// Await helper. + /// + /// Aleksander, 03.02.2013. + ///------------------------------------------------------------------------------------------------- public static class AwaitHelper { internal static void OnComplete(ISpotifyAwaitable awaitable, Action continuation, bool continueOnCapturedContext, bool flowExecutionContext) @@ -186,6 +191,13 @@ static void UnsafeScheduleAction(ISpotifyAwaitable awaitable, Action action) }, null); } + ///------------------------------------------------------------------------------------------------- + /// Awaitable awaiter. + /// + /// Aleksander, 03.02.2013. + /// + /// Generic type parameter. + ///------------------------------------------------------------------------------------------------- public struct AwaitableAwaiter : ICriticalNotifyCompletion where T : ISpotifyObject { diff --git a/build.number b/build.number index ba3be70..2842563 100644 --- a/build.number +++ b/build.number @@ -1 +1 @@ -0.1.25.0 \ No newline at end of file +0.1.26.0 \ No newline at end of file diff --git a/nuget/nudoc.xml b/nuget/nudoc.xml index 196bebc..a5567b0 100644 --- a/nuget/nudoc.xml +++ b/nuget/nudoc.xml @@ -1,4 +1,16 @@  - + + The spotify-library for .NET. + + + + + Contains all types and methods used in SpotiFire. + + + Main SpotiFire namespace. + + + \ No newline at end of file