Skip to content

Configuration

Scover edited this page Dec 16, 2024 · 3 revisions

Configuration

Name Type Default value description
ecrire-nl booléen vrai Whether to append a newline to format strings passed to écrire and écrireÉcran.
<MSG_CODE> booléen vrai Whether to enable or disable a specific message code. Errors cannot be disabled.
doc-head booléen vrai Whether to generate a Doxygen file header.
doc-body booléen faux Whether to generate Dodxgen documentation skeletons for functions, procedures, types and constants.
file-brief chaîne {program} Doxygen file brief.
{program}: program name
file-author chaîne {user} Doxygen file author.
{user}: current username
file-date chaîne {today} Doxygen file date.
{today}: system date
{modif}: date of file's last modification

CLI representation

Boolean options

vrai and faux are represented by yes and no respectively.

JSON representation

Boolean options

vrai and faux are represented by true and false respectively.

Preprocessor representation

todo

C-specific

todo

Add blocks to switch cases: always, when multiple statements, only when variable

Clone this wiki locally