|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Groff/troff formatting utilities for man page generation. More...
Go to the source code of this file.
Functions | |
| const char * | manpage_fmt_escape_groff (const char *str) |
| void | manpage_fmt_write_section (FILE *f, const char *section_name) |
| void | manpage_fmt_write_blank_line (FILE *f) |
| void | manpage_fmt_write_bold (FILE *f, const char *text) |
| void | manpage_fmt_write_italic (FILE *f, const char *text) |
| void | manpage_fmt_write_tagged_paragraph (FILE *f) |
| void | manpage_fmt_write_text (FILE *f, const char *text) |
| void | manpage_fmt_write_title (FILE *f, const char *program_name, const char *mode_name, const char *brief_description) |
Groff/troff formatting utilities for man page generation.
Provides utilities for generating properly formatted groff/troff output for man pages.
Definition in file formatter.c.
| const char * manpage_fmt_escape_groff | ( | const char * | str | ) |
Definition at line 21 of file formatter.c.
Referenced by manpage_fmt_write_title().
| void manpage_fmt_write_blank_line | ( | FILE * | f | ) |
Definition at line 35 of file formatter.c.
Referenced by options_config_generate_manpage_template().
| void manpage_fmt_write_bold | ( | FILE * | f, |
| const char * | text | ||
| ) |
Definition at line 42 of file formatter.c.
| void manpage_fmt_write_italic | ( | FILE * | f, |
| const char * | text | ||
| ) |
Definition at line 49 of file formatter.c.
| void manpage_fmt_write_section | ( | FILE * | f, |
| const char * | section_name | ||
| ) |
Definition at line 28 of file formatter.c.
Referenced by options_config_generate_manpage_template().
| void manpage_fmt_write_tagged_paragraph | ( | FILE * | f | ) |
Definition at line 56 of file formatter.c.
| void manpage_fmt_write_text | ( | FILE * | f, |
| const char * | text | ||
| ) |
Definition at line 63 of file formatter.c.
| void manpage_fmt_write_title | ( | FILE * | f, |
| const char * | program_name, | ||
| const char * | mode_name, | ||
| const char * | brief_description | ||
| ) |
Definition at line 75 of file formatter.c.
References manpage_fmt_escape_groff(), platform_localtime(), and safe_snprintf().
Referenced by options_config_generate_manpage_template().