Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Moar documentation thingies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Feb 6, 2013
1 parent 1a74712 commit ad6c06f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SpotiFire.LibSpotify/Playlistcontainer.h
Expand Up @@ -16,7 +16,7 @@ namespace SpotiFire {
///
/// <remarks> Aleksander, 03.02.2013. </remarks>
///
/// <typeparam name="typename TEventArgs"> Type of EventArgs used. </typeparam>
/// <typeparam name="TEventArgs"> Type of EventArgs used. </typeparam>
/// <param name="sender"> The sender. </param>
/// <param name="args"> The EventArgs to process. </param>
///-------------------------------------------------------------------------------------------------
Expand Down
12 changes: 12 additions & 0 deletions SpotiFire.SpotifyLib/AwaitHelper.cs
Expand Up @@ -10,6 +10,11 @@

namespace SpotiFire
{
///-------------------------------------------------------------------------------------------------
/// <summary> Await helper. </summary>
///
/// <remarks> Aleksander, 03.02.2013. </remarks>
///-------------------------------------------------------------------------------------------------
public static class AwaitHelper
{
internal static void OnComplete(ISpotifyAwaitable awaitable, Action continuation, bool continueOnCapturedContext, bool flowExecutionContext)
Expand Down Expand Up @@ -186,6 +191,13 @@ static void UnsafeScheduleAction(ISpotifyAwaitable awaitable, Action action)
}, null);
}

///-------------------------------------------------------------------------------------------------
/// <summary> Awaitable awaiter. </summary>
///
/// <remarks> Aleksander, 03.02.2013. </remarks>
///
/// <typeparam name="T"> Generic type parameter. </typeparam>
///-------------------------------------------------------------------------------------------------
public struct AwaitableAwaiter<T> : ICriticalNotifyCompletion
where T : ISpotifyObject
{
Expand Down
2 changes: 1 addition & 1 deletion build.number
@@ -1 +1 @@
0.1.25.0
0.1.26.0
14 changes: 13 additions & 1 deletion nuget/nudoc.xml
@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<nudoc>
<assembly name="SpotiFire.dll" />
<member>
<summary>The spotify-library for .NET.</summary>
</member>
<assembly name="SpotiFire.dll">
<members>
<member name="A:SpotiFire.dll">
<summary>Contains all types and methods used in SpotiFire.</summary>
</member>
<member name="N:SpotiFire">
<summary>Main SpotiFire namespace.</summary>
</member>
</members>
</assembly>
</nudoc>

0 comments on commit ad6c06f

Please sign in to comment.