[config] Enhance rules documentation a bit

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-04-30 11:11:32 +02:00
parent 20ad84d972
commit e3496f7a25
1 changed files with 3 additions and 3 deletions

View File

@ -547,11 +547,11 @@ cfg_opt_t rule_opts[] =
{
/** Name of the xproperty to match. */
CFG_STR((char *) "xproperty_name", NULL, CFGF_NONE),
/** Value of the xproperty above to match. */
/** Regexp value of the xproperty above to match. */
CFG_STR((char *) "xproperty_value", NULL, CFGF_NONE),
/** Name of the window. */
/** Regexp to match the window against a string formatted like: class:name:title. */
CFG_STR((char *) "name", NULL, CFGF_NONE),
/** Tags matching that regexp to put windows in. */
/** Tags matching that regexp to tag windows with. */
CFG_STR((char *) "tags", NULL, CFGF_NONE),
/** Icon to use for that window. */
CFG_STR((char *) "icon", NULL, CFGF_NONE),