To implement the predefined functions from HTCondor I made use of @overload to properly define function signatures. However, with overloaded functions the automatic docstring integration does not seem to work.
Do we now have to deal with those manually or is there a proper method?