zed/crates/languages
Marshall Bowers 93b20008e0
Add support for Doxygen doc comments in C++ (#19858)
This PR adds support for Doxygen-style doc comments in C++.

<img width="962" alt="Screenshot 2024-10-28 at 5 38 34 PM"
src="https://github.com/user-attachments/assets/57d0fa4b-07c1-4b71-899a-fba78e822e8f">

https://www.doxygen.nl/manual/docblocks.html

Closes https://github.com/zed-industries/zed/issues/18361.

Release Notes:

- C++: Added support for Doxygen-style doc comments starting with `/// `
or `//! `.
2024-10-28 17:44:23 -04:00
..
src Add support for Doxygen doc comments in C++ (#19858) 2024-10-28 17:44:23 -04:00
Cargo.toml Add language toolchains (#19576) 2024-10-28 15:34:03 +01:00
LICENSE-GPL