Reading the Swift-Algorithm package, I see documentation pointing to a function like this:
``Swift/Sequence/joined(by:)-9hyaf``
This function is overloaded, and the second one has a different tag at the end. I didn't see any tags during a quick look into the functions' doc comments. If there isn't a database file somewhere else in the project, how do docs know which tag corresponds to which overload?
I'm asking because I'm trying out writing an extension to the library that has overloaded functions, so I have to somehow create tags in the docs.