From b45e7cfebbeaad4ecc3c55bc3060140f50f710d3 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 15 Sep 2006 10:59:36 +0000 Subject: Annotations git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5254 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 5c8a66307..44551b132 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -37,6 +37,8 @@ typedef bool (*MultiNotify)(ServerConfig* conf, const char*); enum ConfigDataType { DT_NOTHING, DT_INTEGER, DT_CHARPTR, DT_BOOLEAN }; +/** Holds a core configuration item and its callbacks + */ struct InitialConfig { char* tag; @@ -46,6 +48,9 @@ struct InitialConfig Validator validation_function; }; +/** Holds a core configuration item and its callbacks + * where there may be more than one item + */ struct MultiConfig { const char* tag; -- cgit v1.3.1-10-gc9f91