-
Notifications
You must be signed in to change notification settings - Fork 287
Expand file tree
/
Copy pathgroups.docs
More file actions
46 lines (35 loc) · 1.44 KB
/
groups.docs
File metadata and controls
46 lines (35 loc) · 1.44 KB
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
/*
Copyright (C) 2016 Quaternion Risk Management Ltd
All rights reserved.
This file is part of ORE, a free-software/open-source library
for transparent pricing and risk analysis - http://opensourcerisk.org
ORE is free software: you can redistribute it and/or modify it
under the terms of the Modified BSD License. You should have received a
copy of the license along with this program.
The license is also available online at <http://opensourcerisk.org>
This program is distributed on the basis that it will form a useful
contribution to risk analytics and model standardisation, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.
*/
/*! \defgroup simulation Simulation
Grouping of all simulation related classes, functions and files
*/
/*! \defgroup scenario Scenario
Grouping of all scenario related classes, functions and files
*/
/*! \defgroup cube Cube
Grouping of all cube related classes, functions and files
*/
/*! \defgroup analytics Analytics
Grouping of all analytic related classes, functions and files
*/
/*! \defgroup app Application
Grouping of all top level application related classes, functions and files
*/
/*! \defgroup engine Engines
Grouping of all analytics engine related classes, functions and files
*/
/*! \defgroup tests Tests
Grouping of all test suite related classes, functions and files
*/