From d9b89849e032c9b114136274bdcb8be698e9a71c Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Jan 2003 00:22:39 +0000 Subject: Modified documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@155 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConfigReader.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/module-doc/classConfigReader.html') diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html index 5e10ed3b5..62e98083d 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -42,7 +42,7 @@ It may either be instantiated with one parameter or none. Constructing the class

-Definition at line 233 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 237 of file modules.h.

Constructor & Destructor Documentation

@@ -74,7 +74,7 @@ This constructor initialises the ConfigReader class to read the inspircd.conf fi

Definition at line 164 of file modules.cpp.

-References fname. +References fname.

00165 {
 00166         fname = CONFIG_FILE;
@@ -187,7 +187,7 @@ This method counts the number of times a tag appears in a config file, for use w
 

Definition at line 186 of file modules.cpp.

-References fname. +References fname.

00187 {
 00188         return EnumConf(fname.c_str(),tag.c_str());
@@ -242,7 +242,7 @@ This method retrieves a value from the config file. Where multiple copies of the
 

Definition at line 177 of file modules.cpp.

-References fname. +References fname.

00178 {
 00179         char val[MAXBUF];
@@ -314,14 +314,14 @@ The filename of the configuration file, as set by the constructor.
 

-Definition at line 238 of file modules.h. +Definition at line 242 of file modules.h.

Referenced by ConfigReader(), Enumerate(), and ReadValue().


The documentation for this class was generated from the following files: -
Generated on Sun Jan 26 23:45:48 2003 for InspIRCd by +
Generated on Mon Jan 27 00:16:42 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3