ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
env_var_entry_t Struct Reference

Environment variable entry for manpage generation. More...

Data Fields

const char * name
 Environment variable name.
 
const char * description
 Description text.
 
const char * option_long_name
 Long option name (for "(see --option)" suffix), or NULL for manual.
 

Detailed Description

Environment variable entry for manpage generation.

Definition at line 61 of file environment.c.

Field Documentation

◆ description

const char* env_var_entry_t::description

Description text.

Definition at line 63 of file environment.c.

Referenced by manpage_content_generate_environment_with_manual().

◆ name

const char* env_var_entry_t::name

Environment variable name.

Definition at line 62 of file environment.c.

Referenced by manpage_content_generate_environment_with_manual().

◆ option_long_name

const char* env_var_entry_t::option_long_name

Long option name (for "(see --option)" suffix), or NULL for manual.

Definition at line 64 of file environment.c.

Referenced by manpage_content_generate_environment_with_manual().


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