-
Notifications
You must be signed in to change notification settings - Fork 1
/
DosxygenTag.cs
54 lines (48 loc) · 1.49 KB
/
DosxygenTag.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/**
* \namespace LSRI.AuditoryGames.GameFramework
* \brief A simple game framework for Silverlight
* \author Matthew Casperson <http://www.brighthub.com/hubfolio/matthew-casperson.aspx>
* \author Nicolas Van Labeke <http://www.lsri.nottingham.ac.uk/nvl/>
* \date 2008-2011
*
* to do...
*/
/**
* \namespace LSRI.AuditoryGames.AudioFramework
* \brief Wrappers and extension of the audio library for the auditory games
*
* @author Mike Hodnick < http://kindohm.com/ >
* @author Nicolas Van Labeke < http://www.lsri.nottingham.ac.uk/nvl/ >
*
* to do...
*/
/**
* \namespace Kindohm.KSynth.Library
* \brief Third-party synthesizer library used for audio generation.
*
* @author Mike Hodnick < http://kindohm.com/ >
*
* to do...
*/
/**
* \namespace LSRI.AuditoryGames.Utils
* \brief Various utility classes for the game package
* @author Nicolas Van Labeke < http://www.lsri.nottingham.ac.uk/nvl/ >
*
* A more detailed class description.
*/
/**
* \namespace LSRI.Submarine
* \brief Implementation of the auditory <b>Submarine</b> game.
* @author Nicolas Van Labeke < http://www.lsri.nottingham.ac.uk/nvl/ >
* \author Mike Sharples <http://www.lsri.nottingham.ac.uk/nvl/>
*
* to do...
*/
/**
* \namespace LSRI.TreasureHunter
* \brief Implementation of the auditory <b>TreasureHunter</b> game.
* @author Nicolas Van Labeke < http://www.lsri.nottingham.ac.uk/nvl/ >
*
* to do...
*/