Pavel Penev
Pavel Penev
So I reworked the Python script to be able to generate documentation Markdown files for traits *and* weapons (and sequences) instead of having separate scripts. I also added the trait...
Updated to what I hope is its final form.
I'm not sure how to read the question, but I don't think there should be a change in the order - they are ordered by namespace, just like before.
```cs var traitInfos = objectCreator.GetTypesImplementing().OrderBy(t => t.Namespace); ``` and ```cs var warheads = objectCreator.GetTypesImplementing().OrderBy(t => t.Namespace); var projectiles = objectCreator.GetTypesImplementing().OrderBy(t => t.Namespace); ``` ensure things are ordered by namespace alphabetically...
Rebased to fix a merge conflict.
Updated documentation formatting. Here is the diff for easier verification: Click me ```diff index 5bdd25d424..bd8b217885 100644 --- a/packaging/format-docs.py +++ b/packaging/format-docs.py @@ -11,12 +11,20 @@ import sys import json from collections...
Fixed handling of custom attribute constructor parameters.
No, not really 🤔