Structural markdown representation (#162)

This commit is contained in:
qingfengzl
2025-08-11 22:43:48 +08:00
committed by GitHub
parent 31fca83788
commit ce30acd8d3
7 changed files with 1073 additions and 1 deletions

View File

@@ -6,7 +6,15 @@
namespace clice::config {
struct HoverOptions {};
struct HoverOptions {
/// Strip doxygen info and merge with lsp info
bool enable_doxygen_parsing = true;
/// If set `false`, the comment will be wrapped
/// in code block and keep ascii typesetting
bool parse_comment_as_markdown = true;
/// Show sugar type
bool show_aka = true;
};
} // namespace clice::config