-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.dox
31 lines (31 loc) · 943 Bytes
/
modules.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
/** @defgroup generic Generic
* Broadly applicable to Radiant plugin implementation.
* @{
*/
/** @defgroup generic-plugin Generic Plugin
* Framework for defining and registering a plugin.
*/
/** @defgroup generic-ui Generic UI
* Framework for implementing and managing a main menu and dialog windows.
*/
/** @defgroup generic-util Generic Util
* Universal utility classes.
*/
/** @} */
/** @defgroup meshtex MeshTex
* Specific to the MeshTex plugin.
* @{
*/
/** @defgroup meshtex-core MeshTex Core
* Logic for manipulating patch mesh entities.
*/
/** @defgroup meshtex-plugin MeshTex Plugin
* Defining and registering the MeshTex plugin.
*/
/** @defgroup meshtex-ui MeshTex UI
* Implementing and managing the MeshTex main menu and dialog windows.
*/
/** @defgroup meshtex-util MeshTex Util
* Utility classes for patch mesh manipulation.
*/
/** @} */