diff -r 4fd19a188509 -r 5770be2d5f3f lm_proxy.c --- a/lm_proxy.c Mon Feb 09 13:39:36 2009 +0200 +++ b/lm_proxy.c Sat Feb 14 16:40:09 2009 +0200 @@ -14,7 +14,7 @@ /// proxy type /// Stirng, specifying proxy-server type. The only type supported for now is http. -/// V: http, none +/// G: const string2enum_t llm_proxy_type[] = { { "http", LM_PROXY_TYPE_HTTP }, { "none", LM_PROXY_TYPE_NONE },