clang 17.0.0git
Public Attributes | List of all members
clang::extractapi::APISerializerOption Struct Reference

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

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

Collaboration diagram for clang::extractapi::APISerializerOption:
Collaboration graph
[legend]

Public Attributes

bool Compact
 Do not include unnecessary whitespaces to save space.
 

Detailed Description

Common options to customize the serializer output.

Definition at line 25 of file SerializerBase.h.

Member Data Documentation

◆ Compact

bool clang::extractapi::APISerializerOption::Compact

Do not include unnecessary whitespaces to save space.

Definition at line 27 of file SerializerBase.h.

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


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