On Tuesday, February 05, 2013 06:22:32 PM Jan-Frode Myklebust wrote:
> This was created by doing:
>
> for line in $(grep RECU_DYNAMIC mgmt/RecordsConfig.cc|awk '{print $2}'|cut
> -d\" -f2) ; do sed -e /^\*\`$line\'\*/'{:a;n;/^$/!ba;i\: Reloadable.' -e
> '}' -i
> content/docs/trunk/admin/configuration-files/records.config.en.mdtext ;
> done
I'd put this *before* the description (Under the Default: )
-- i
> I don't know how to know which variables are "Overridable", so I didn't
> include that. I also have no idea if adding ": Reloadable." to each of
> these sections is allowed in an mdtext, or if the format is more strict.
I'm sure some of the smart people on dev@ do know!
-- i
> HTH :-)
>
>
> -jf
|