From: arighi Date: Thu, 13 May 2010 13:05:35 +0000 (+0000) Subject: hashtable: do not wrap text to avoid truncated description in the wizard. X-Git-Tag: 2.5.0~241 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4d0b5bc3fde957efeadd1b4fb4c46bfee9e51ce3;p=bertos.git hashtable: do not wrap text to avoid truncated description in the wizard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3676 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_hashtable.h b/bertos/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/bertos/cfg/cfg_hashtable.h +++ b/bertos/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/at91sam7x-ek/benchmark/context_switch/cfg/cfg_hashtable.h b/boards/at91sam7x-ek/benchmark/context_switch/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/at91sam7x-ek/benchmark/context_switch/cfg/cfg_hashtable.h +++ b/boards/at91sam7x-ek/benchmark/context_switch/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_hashtable.h b/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_hashtable.h +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_hashtable.h b/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_hashtable.h +++ b/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_hashtable.h b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_hashtable.h +++ b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/ek-lm3s1968/examples/gps/cfg/cfg_hashtable.h b/boards/ek-lm3s1968/examples/gps/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/ek-lm3s1968/examples/gps/cfg/cfg_hashtable.h +++ b/boards/ek-lm3s1968/examples/gps/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/triface/benchmark/context_switch/cfg/cfg_hashtable.h b/boards/triface/benchmark/context_switch/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/triface/benchmark/context_switch/cfg/cfg_hashtable.h +++ b/boards/triface/benchmark/context_switch/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/triface/benchmark/kernel_footprint/cfg/cfg_hashtable.h b/boards/triface/benchmark/kernel_footprint/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/triface/benchmark/kernel_footprint/cfg/cfg_hashtable.h +++ b/boards/triface/benchmark/kernel_footprint/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */ diff --git a/boards/triface/examples/triface/cfg/cfg_hashtable.h b/boards/triface/examples/triface/cfg/cfg_hashtable.h index 7560617d..e4645f33 100644 --- a/boards/triface/examples/triface/cfg/cfg_hashtable.h +++ b/boards/triface/examples/triface/cfg/cfg_hashtable.h @@ -39,8 +39,7 @@ #define CFG_HASHTABLE_H /** - * Enable/disable support to declare special hash tables which maintain a copy of - * the key internally instead of relying on the hook to extract it from the data. + * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. * * $WIZ$ type = "boolean" */