|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
EXAMPLES section generator for man pages. More...
Go to the source code of this file.
Data Structures | |
| struct | mode_bit_name_t |
| Mode name mapping for bitmask extraction. More... | |
Functions | |
| char * | manpage_content_generate_examples (const options_config_t *config) |
| void | manpage_content_free_examples (char *content) |
EXAMPLES section generator for man pages.
Definition in file examples.c.
| void manpage_content_free_examples | ( | char * | content | ) |
Definition at line 141 of file examples.c.
Referenced by options_config_generate_manpage_merged(), and options_config_generate_manpage_template().
| char * manpage_content_generate_examples | ( | const options_config_t * | config | ) |
Definition at line 79 of file examples.c.
References escape_groff_special(), and safe_snprintf().
Referenced by options_config_generate_manpage_merged(), and options_config_generate_manpage_template().