Skip to content

Commit e6021c7

Browse files
committed
Work on mods docs
1 parent adae6d9 commit e6021c7

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

docs/for-contributors/Generator/generator-mods.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Standardized sections:
4545
- **Name affix categories** - Lists the name affix categories that the mod adds. Alphabetically sorted.
4646

4747
- **Usage recommendations** - Provides information such as situations the mod is useful for, how to configure it, and
48-
where to place it in the mod order.
48+
where to place it in the mod order. This information can include examples of how Silk's own bindings use it or whether
49+
the mod is mainly designed for Silk internal use.
4950

5051
General recommendations:
5152

@@ -108,20 +109,32 @@ Usage recommendations:
108109

109110
Mod categories:
110111

112+
This mod merges multiple sets of source code into one set of source code.
113+
111114
Usage recommendations:
112115

116+
(TODO: To be added)
117+
113118
### ChangeNamespace
114119

115120
Mod categories:
116121

122+
This mod moves types from one namespace to another.
123+
117124
Usage recommendations:
118125

126+
(TODO: To be added)
127+
119128
### ChangeNativeClass
120129

121130
Mod categories:
122131

132+
This mod moves members from one type to another.
133+
123134
Usage recommendations:
124135

136+
(TODO: To be added)
137+
125138
### ClangScraper
126139

127140
Mod categories:

0 commit comments

Comments
 (0)