From 07c6999de2beb1a7bab172ecd1f3a27ca6ec8ca4 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 5 Apr 2004 01:04:54 +0000 Subject: Changed documentation to match change in OnExtendedMode with a void* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@384 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 35e957755..c6d45709f 100644 --- a/docs/module-doc/classConfigReader.html +++ b/docs/module-doc/classConfigReader.html @@ -45,7 +45,7 @@ It may either be instantiated with one parameter or none. Constructing the class

-Definition at line 358 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 359 of file modules.h.

Constructor & Destructor Documentation

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

Definition at line 265 of file modules.cpp.

-References fname. +References fname.

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

Definition at line 286 of file modules.cpp.

-References fname. +References fname.

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

Definition at line 278 of file modules.cpp.

-References fname. +References fname.

00279 {
 00280         char val[MAXBUF];
@@ -316,14 +316,14 @@ The filename of the configuration file, as set by the constructor.
 

-Definition at line 363 of file modules.h. +Definition at line 364 of file modules.h.

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


The documentation for this class was generated from the following files: -
Generated on Sun Apr 4 23:02:24 2004 for InspIRCd by +
Generated on Mon Apr 5 02:04:01 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3