[clang-tools-extra] Add proper handling of \note, \warning and \retval command + change render kind of command arguments. (PR #156365)

2025-09-02 Thread Hsin-chieh Liu via cfe-commits
Stehsaer wrote: It's working great as intended! https://github.com/user-attachments/assets/77662462-d9f8-47b8-8c7f-1ae909078ee4"; /> Can other commands like `@details` be added the same way we add paragraphs for `@note` and `@warning`? https://github.com/llvm/llvm-project/pull/156365

[clang-tools-extra] [clangd] Doxygen Parsing: Add proper handling of \note, \warning and \retval command + change render kind of command arguments + add preprocessing for markdown code blocks/spans (P

2025-09-16 Thread Hsin-chieh Liu via cfe-commits
Stehsaer wrote: > > It's working great as intended! > src="https://private-user-images.githubusercontent.com/54050160/484637944-77662462-d9f8-47b8-8c7f-1ae909078ee4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleT

[clang-tools-extra] [clangd] Doxygen Parsing: Add proper handling of \note, \warning and \retval command + change render kind of command arguments + add preprocessing for markdown code blocks/spans (P

2025-09-22 Thread Hsin-chieh Liu via cfe-commits
Stehsaer wrote: > @Stehsaer I implemented the separation. Please give it a try. > > For simplicity, I use the first paragraph in case there is no brief command > and the first paragraph is not a block command. This is not exactly the same > as with doxygen `JAVADOC_AUTOBRIEF==YES` but I think