]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/meshtex/modules.dox
Merge commit 'e78f526d5fbbbf18699ec76297e4973565356c81' into master-merge
[xonotic/netradiant.git] / contrib / meshtex / modules.dox
diff --git a/contrib/meshtex/modules.dox b/contrib/meshtex/modules.dox
new file mode 100644 (file)
index 0000000..d99cedf
--- /dev/null
@@ -0,0 +1,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.
+    */
+/** @} */
\ No newline at end of file