clang-tools 22.0.0git
|
Configures documentation style and behaviour. More...
#include <ConfigFragment.h>
Public Attributes | |
std::optional< Located< std::string > > | CommentFormat |
Specifies the format of comments in the code. | |
Configures documentation style and behaviour.
Definition at line 400 of file ConfigFragment.h.
std::optional<Located<std::string> > clang::clangd::config::Fragment::DocumentationBlock::CommentFormat |
Specifies the format of comments in the code.
Valid values are enum Config::CommentFormatPolicy values:
Definition at line 406 of file ConfigFragment.h.