File tree Expand file tree Collapse file tree
docs/for-contributors/Generator Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5051General recommendations:
5152
@@ -108,20 +109,32 @@ Usage recommendations:
108109
109110Mod categories:
110111
112+ This mod merges multiple sets of source code into one set of source code.
113+
111114Usage recommendations:
112115
116+ (TODO: To be added)
117+
113118### ChangeNamespace
114119
115120Mod categories:
116121
122+ This mod moves types from one namespace to another.
123+
117124Usage recommendations:
118125
126+ (TODO: To be added)
127+
119128### ChangeNativeClass
120129
121130Mod categories:
122131
132+ This mod moves members from one type to another.
133+
123134Usage recommendations:
124135
136+ (TODO: To be added)
137+
125138### ClangScraper
126139
127140Mod categories:
You can’t perform that action at this time.
0 commit comments