81 fprintf(
doc,
_(
"Can only be used in server console."));
88 fprintf(
doc,
"\n<p class=\"bounds\">%s %d, %s %s, %s %d</p>\n",
97 fprintf(
doc,
"\n<p class=\"bounds\">%s</p><ul>",
98 _(
"Possible values:"));
100 fprintf(
doc,
"\n<li><p class=\"bounds\"> %s: \"%s\"</p>",
110 fprintf(
doc,
"\n<p class=\"bounds\">%s</p><ul>",
111 _(
"Possible values (option can take any number of these):"));
113 fprintf(
doc,
"\n<li><p class=\"bounds\"> %s: \"%s\"</p>",
127 fprintf(
doc,
"\n<p class=\"bounds\">%s %s</p>\n",
131 fprintf(
doc,
_(
"\n<p class=\"changed\">Value set to %s</p>\n"),
void connection_common_init(struct connection *pconn)
void manual_finalize(struct tag_types *tag_info, FILE *doc, enum manuals manual)
char * html_special_chars(char *str, size_t *len)
FILE * manual_start(struct tag_types *tag_info, int manual_number)
#define fc_assert(condition)
bool manual_settings(struct tag_types *tag_info)
bool setting_ruleset_locked(const struct setting *pset)
const char * setting_default_name(const struct setting *pset, bool pretty, char *buf, size_t buf_len)
const char * setting_value_name(const struct setting *pset, bool pretty, char *buf, size_t buf_len)
const char * setting_extra_help(const struct setting *pset, bool constant)
int setting_number(const struct setting *pset)
enum sset_category setting_category(const struct setting *pset)
bool setting_non_default(const struct setting *pset)
enum sset_type setting_type(const struct setting *pset)
int setting_int_max(const struct setting *pset)
enum sset_level setting_level(const struct setting *pset)
const char * setting_enum_val(const struct setting *pset, int val, bool pretty)
const char * setting_short_help(const struct setting *pset)
const char * setting_bitwise_bit(const struct setting *pset, int bit, bool pretty)
int setting_int_min(const struct setting *pset)
bool setting_is_changeable(const struct setting *pset, struct connection *caller, char *reject_msg, size_t reject_msg_len)
const char * setting_name(const struct setting *pset)
#define settings_iterate(_level, _pset)
#define settings_iterate_end
int fc_break_lines(char *str, size_t desired_len)