Review Doc-Comment Link Generation in Each Language
Now that the link-formatter in the parser has more context to work with, and a pointer to what's being linked to, we should review our link generation in each of the languages to make sure it's idiomatic, well-formatted, and functional.
These should also be updated to take the new xxx:identifier metadata into account as it is added to each language.
- [x] C++
- [x] C#
- [ ] Java
- [x] JavaScript (Jose)
- [ ] MATLAB
- [x] Python (Jose)
- [ ] Swift
Removed PHP and Ruby because we are not generating doc comments there.
C# was fixed in d062993f3684ab08f87b842f94c4470e2069d7c4
Link formatting has been implemented and fixed in all languages now. Except for PHP and Ruby, where we don't generate doc-comments at all.