clang 17.0.0git
Public Attributes | List of all members
clang::format::FormatStyle::SpacesInLineComment Struct Reference

Control of spaces within a single line comment. More...

#include "clang/Format/Format.h"

Collaboration diagram for clang::format::FormatStyle::SpacesInLineComment:
Collaboration graph
[legend]

Public Attributes

unsigned Minimum
 The minimum number of spaces at the start of the comment.
 
unsigned Maximum
 The maximum number of spaces at the start of the comment.
 

Detailed Description

Control of spaces within a single line comment.

Definition at line 4002 of file Format.h.

Member Data Documentation

◆ Maximum

unsigned clang::format::FormatStyle::SpacesInLineComment::Maximum

The maximum number of spaces at the start of the comment.

Definition at line 4006 of file Format.h.

Referenced by clang::format::BreakableLineCommentSection::BreakableLineCommentSection(), and clang::format::FormatStyle::operator==().

◆ Minimum

unsigned clang::format::FormatStyle::SpacesInLineComment::Minimum

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