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

Describes hover preferences. More...

#include <ConfigFragment.h>

Public Attributes

std::optional< Located< bool > > ShowAKA
 Whether hover show a.k.a type.
 

Detailed Description

Describes hover preferences.

Definition at line 311 of file ConfigFragment.h.

Member Data Documentation

◆ ShowAKA

std::optional<Located<bool> > clang::clangd::config::Fragment::HoverBlock::ShowAKA

Whether hover show a.k.a type.

Definition at line 313 of file ConfigFragment.h.


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