From 69287b4b90a257ff7883441745a53852328f8856 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Wed, 1 Oct 2008 10:05:49 +0200 Subject: [PATCH] TODO about documentation --- ucw/conf.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5