clang-tools 22.0.0git
Public Attributes | List of all members
clang::clangd::config::Fragment::DocumentationBlock Struct Reference

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.
 

Detailed Description

Configures documentation style and behaviour.

Definition at line 400 of file ConfigFragment.h.

Member Data Documentation

◆ CommentFormat

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:

  • Plaintext: Treat comments as plain text.
  • Markdown: Treat comments as Markdown.
  • Doxygen: Treat comments as doxygen.

Definition at line 406 of file ConfigFragment.h.


The documentation for this struct was generated from the following file: