Sergey Naumov
Sergey Naumov
It would be really usefuly, if create an doxygen-generatable API reference
_[FeatureRequest/Question]_ How can I add to `sel::State` a function with a variable number of argument? (Or at least with arguments with multiple types (like `boost.variant`))
GDScript uses [BBCode](https://docs.godotengine.org/en/stable/tutorials/ui/bbcode_in_richtextlabel.html#doc-bbcode-in-richtextlabel) for formatting code docs. Currently, the docstrings are shown unparsed:  It would be nice to have them properly formatted. At least source code blocks and some...