From: Michal Vaner Date: Wed, 1 Oct 2008 08:05:49 +0000 (+0200) Subject: TODO about documentation X-Git-Tag: holmes-import~277 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=69287b4b90a257ff7883441745a53852328f8856;p=libucw.git TODO about documentation --- diff --git a/ucw/conf.h b/ucw/conf.h index be52c0d5..301b4701 100644 --- a/ucw/conf.h +++ b/ucw/conf.h @@ -109,6 +109,8 @@ struct cf_section { /** A section. **/ * save some typing. */ +// TODO + /* Declaration of cf_section */ #define CF_TYPE(s) .size = sizeof(s) #define CF_INIT(f) .init = (cf_hook*) f