clang 18.0.0git
Public Attributes | List of all members
clang::extractapi::SymbolGraphSerializerOption Struct Reference

Common options to customize the visitor output. More...

#include "clang/ExtractAPI/Serialization/SymbolGraphSerializer.h"

Public Attributes

bool Compact
 Do not include unnecessary whitespaces to save space.
 

Detailed Description

Common options to customize the visitor output.

Definition at line 36 of file SymbolGraphSerializer.h.

Member Data Documentation

◆ Compact

bool clang::extractapi::SymbolGraphSerializerOption::Compact

Do not include unnecessary whitespaces to save space.

Definition at line 38 of file SymbolGraphSerializer.h.

Referenced by clang::extractapi::SymbolGraphSerializer::serialize().


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