]> git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/meshtex/modules.dox
Merge branch 'master' into master-merge
[xonotic/netradiant.git] / contrib / meshtex / modules.dox
1 /** @defgroup generic Generic
2  *  Broadly applicable to Radiant plugin implementation.
3  *  @{
4  */
5    /** @defgroup generic-plugin Generic Plugin
6     *  Framework for defining and registering a plugin.
7     */
8    /** @defgroup generic-ui Generic UI
9     *  Framework for implementing and managing a main menu and dialog windows.
10     */
11    /** @defgroup generic-util Generic Util
12     *  Universal utility classes.
13     */
14 /** @} */
15 /** @defgroup meshtex MeshTex
16  *  Specific to the MeshTex plugin.
17  *  @{
18  */
19    /** @defgroup meshtex-core MeshTex Core
20     *  Logic for manipulating patch mesh entities.
21     */
22    /** @defgroup meshtex-plugin MeshTex Plugin
23     *  Defining and registering the MeshTex plugin.
24     */
25    /** @defgroup meshtex-ui MeshTex UI
26     *  Implementing and managing the MeshTex main menu and dialog windows.
27     */
28    /** @defgroup meshtex-util MeshTex Util
29     *  Utility classes for patch mesh manipulation.
30     */
31 /** @} */