Add Doxygen injection into C and C++ comments#43581
Add Doxygen injection into C and C++ comments#43581osiewicz merged 1 commit intozed-industries:mainfrom
Conversation
|
Release Notes:
|
|
Ugh, this was an oversight on my end, but this should not have been merged in the current state. |
Reverts #43581 Release notes: - Fixed comment injections not working with C and C++.
Reverts #43581 Release notes: - Fixed comment injections not working with C and C++.
|
Sorry, I developed an extension to support doxygen in C and C++ files, and I have been told to directly add this feature into zed. I have been very busy since, and did not pursue the development of my extension. I however plan to resume it soon. |
|
This isn't your fault - it's on me. Feel free to resubmit a PR when you feel that your extension is in a good place. |
Reverts #43581 Release notes: - Fixed comment injections not working with C and C++.
…s#44883) Reverts zed-industries#43581 Release notes: - Fixed comment injections not working with C and C++.
Release Notes: - C/C++ files now support Doxygen grammars (if a Doxygen extension is installed).
|
fwiw, clangd 22 supports doxygen https://clangd.llvm.org/config.html#documentation |
Release Notes: