Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Toolkit.Audio] Improved code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomCiumac committed Mar 24, 2014
1 parent 7c24c14 commit 3b34382
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 55 deletions.
6 changes: 4 additions & 2 deletions Source/Toolkit/SharpDX.Toolkit.Audio/AssemblyDoc.cs
Expand Up @@ -20,11 +20,13 @@

namespace SharpDX.Toolkit.Audio
{
using Content;

/// <summary>
/// The <see cref="A:SharpDX.Toolkit.Audio"/> assembly provides support for loading audio files
/// through the <see cref="IContentManager" and playing them./>.
/// through the <see cref="IContentManager" /> and playing them.
/// </summary>
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute]
internal class AssemblyDoc
{
}
Expand Down
5 changes: 3 additions & 2 deletions Source/Toolkit/SharpDX.Toolkit.Audio/AudioException.cs
Expand Up @@ -17,12 +17,13 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System;

namespace SharpDX.Toolkit.Audio
{
using System;

/// <summary>
/// An Audio exception.
/// An Audio exception.
/// </summary>
public class AudioException : SharpDXException
{
Expand Down

0 comments on commit 3b34382

Please sign in to comment.