From abdb186046bcdd83aefbc4171a00bd1ad7ec963c Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 3 Apr 2004 15:46:53 +0000 Subject: Added support for module-defined chanmodes with no parameters Fixed minor typo in example conf Added new stylesheet and docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@362 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConfigReader.html | 62 +++++++++++++++++----------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'docs/module-doc/classConfigReader.html') diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index 05df29c0a..5d18c102f 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -1,7 +1,7 @@
-Definition at line 322 of file modules.h.
This constructor initialises the ConfigReader class to read a user-specified config file
-Definition at line 240 of file modules.cpp. +Definition at line 247 of file modules.cpp.
-
00240 : fname(filename) { }; +@@ -150,10 +150,10 @@ Default destructor.00247 : fname(filename) { };This method destroys the ConfigReader class.
-Definition at line 235 of file modules.cpp. +Definition at line 242 of file modules.cpp.
-
00236 { -00237 } +@@ -188,13 +188,13 @@ Counts the number of times a given tag appears in the config file.00243 { +00244 }This method counts the number of times a tag appears in a config file, for use where there are several tags of the same kind, e.g. with opers and connect types. It can be used with the index value of ConfigReader::ReadValue to loop through all copies of a multiple instance tag.
-Definition at line 250 of file modules.cpp. +Definition at line 257 of file modules.cpp.
-References fname. +References fname.
-
00251 { -00252 return EnumConf(fname.c_str(),tag.c_str()); -00253 } +@@ -243,15 +243,15 @@ Retrieves a value from the config file.00258 { +00259 return EnumConf(fname.c_str(),tag.c_str()); +00260 }This method retrieves a value from the config file. Where multiple copies of the tag exist in the config file, index indicates which of the values to retrieve.
-Definition at line 242 of file modules.cpp. +Definition at line 249 of file modules.cpp.
-References fname. +References fname.
-
00243 { -00244 char val[MAXBUF]; -00245 ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val); -00246 return val; -00247 } +@@ -284,11 +284,11 @@ Returns true if a config file is valid.00250 { +00251 char val[MAXBUF]; +00252 ReadConf(fname.c_str(),tag.c_str(),name.c_str(),index,val); +00253 return val; +00254 }This method is unimplemented and will always return true.
-Definition at line 256 of file modules.cpp. +Definition at line 263 of file modules.cpp.
-
00257 { -00258 return true; -00259 } +-@@ -316,14 +316,14 @@ The filename of the configuration file, as set by the constructor.00264 { +00265 return true; +00266 }
-Definition at line 327 of file modules.h. +Definition at line 362 of file modules.h.
-Referenced by ConfigReader(), Enumerate(), and ReadValue(). +Referenced by ConfigReader(), Enumerate(), and ReadValue().
The documentation for this class was generated from the following files:
Generated on Fri Apr 2 14:46:13 2004 for InspIRCd by +
Generated on Sat Apr 3 16:36:11 2004 for InspIRCd by1.3-rc3 -- cgit v1.3.1-10-gc9f91