From: JINMEI Tatuya Date: Wed, 30 Jan 2013 03:00:57 +0000 (-0800) Subject: [2157] some editorial cleanups for pydoc X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a2897883c51ec83247ddcfe137a19807f41a69;p=thirdparty%2Fkea.git [2157] some editorial cleanups for pydoc --- diff --git a/src/bin/auth/gen-statisticsitems.py.pre.in b/src/bin/auth/gen-statisticsitems.py.pre.in index 9a4e626943..027101d856 100755 --- a/src/bin/auth/gen-statisticsitems.py.pre.in +++ b/src/bin/auth/gen-statisticsitems.py.pre.in @@ -291,8 +291,8 @@ def generate_cxx(itemsfile, ccfile, utfile, def_mtime): COUNTER_ITEM, ///< item's descriptin - item_names consists of tuples of three elements, depending on whether it's a leaf element (no child from it) or not: - (leaf) { "item_name", NULL, COUNTER_ITEM }, - (branch) { "item_name", CHILD_NAME, NOT_ITEM + (leaf) ( "item_name", NULL, COUNTER_ITEM ) + (branch) ( "item_name", CHILD_NAME, NOT_ITEM ) Each single call to this function builds a C++ structure beginning with the given item_head, which is a string that reads like