ice icon indicating copy to clipboard operation
ice copied to clipboard

Review Doc-Comment Link Generation in Each Language

Open InsertCreativityHere opened this issue 11 months ago • 2 comments

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

InsertCreativityHere avatar Jan 30 '25 17:01 InsertCreativityHere

Removed PHP and Ruby because we are not generating doc comments there.

pepone avatar May 07 '25 16:05 pepone

C# was fixed in d062993f3684ab08f87b842f94c4470e2069d7c4

pepone avatar May 14 '25 21:05 pepone

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.

InsertCreativityHere avatar Jul 09 '25 17:07 InsertCreativityHere