-
Notifications
You must be signed in to change notification settings - Fork 268
/
MainPage.dox
39 lines (24 loc) · 1.09 KB
/
MainPage.dox
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
////////////////////////////////////////////////////////////////////////////////
//
// TYPHOON FRAMEWORK
// Copyright 2013, Jasper Blues & Contributors
// All Rights Reserved.
//
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
/**
@mainpage Typhoon
This is the API documentation for the <a href="http://www.typhoonframework.org">Typhoon Framework</a> which is developed on Github
<a href="https://github.com/jasperblues">here</a>. The <a href="modules.html"><b>modules</b></a> section lists the main API classes,
while the <a href="annotated.html"><b>classes</b></a> section lists everything.
@defgroup Assembly
Assembling an application from key collaborators and configuraiton.
@defgroup Definition
Describing architectural components and their collaborators.
@defgroup Configuration
Configuration and environment management.
@defgroup Test
Unit and integration testing utilities.
*/