Cthulhu  0.2.10
Cthulhu compiler collection
file_config_t Struct Reference

the configuration for a file More...

#include <notify.h>

Data Fields

bool zeroth_line
 the zeroth line of a file is the first line More...
 
size_t max_columns
 the maximum number of columns to print set to 0 to use default More...
 
bool override_fatal
 if true all warnings are treated as fatal More...
 

Detailed Description

the configuration for a file

Definition at line 48 of file notify.h.

Field Documentation

◆ max_columns

size_t file_config_t::max_columns

the maximum number of columns to print set to 0 to use default

Definition at line 55 of file notify.h.

◆ override_fatal

bool file_config_t::override_fatal

if true all warnings are treated as fatal

Definition at line 58 of file notify.h.

◆ zeroth_line

bool file_config_t::zeroth_line

the zeroth line of a file is the first line

Definition at line 51 of file notify.h.


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