Document some of the PF_xxx flags

This commit is contained in:
Ivan Skytte Jørgensen
2017-01-23 17:11:58 +01:00
parent 057c5e174c
commit 0c94fe9746

10
Parms.h

@ -58,11 +58,11 @@ enum parameter_type_t {
#define PF_WIDGET_PARM 0x00000008
#define PF_API 0x00000010
#define PF_REBUILDURLFILTERS 0x00000020
#define PF_NOSYNC 0x00000040
#define PF_HIDDEN 0x00000100
#define PF_NOSAVE 0x00000200
#define PF_DUP 0x00000400
#define PF_NOSYNC 0x00000040 // Don't synchronize the parameter value across hosts
//#define PF_UNUSED 0x00000080
#define PF_HIDDEN 0x00000100 // Hidden parameter/setting
#define PF_NOSAVE 0x00000200 // Don't save to gb.conf/coll.conf/..
#define PF_DUP 0x00000400 // Underlying variable is coverd by other parameter already
#define PF_TEXTAREA 0x00000800
#define PF_COLLDEFAULT 0x00001000
#define PF_NOAPI 0x00002000