From a96514c284514116300794696f062c7fa6b1f79f Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 19:17:41 +0000 Subject: Added new docs for class InspIRCd and globals.h etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2451 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8h-source.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'docs/module-doc/modules_8h-source.html') diff --git a/docs/module-doc/modules_8h-source.html b/docs/module-doc/modules_8h-source.html index e1258b2ec..006dfe5b9 100644 --- a/docs/module-doc/modules_8h-source.html +++ b/docs/module-doc/modules_8h-source.html @@ -65,8 +65,8 @@ 00064 00065 class Server; 00066 -00069 typedef std::deque<std::string> file_cache; -00070 typedef file_cache string_list; +00069 typedef std::deque<std::string> file_cache; +00070 typedef file_cache string_list; 00071 00074 typedef std::deque<userrec*> chanuserlist; 00075 @@ -97,7 +97,7 @@ 00100 00101 #define FD_MAGIC_NUMBER -42 00102 -00103 extern void createcommand(char* cmd, handlerfunc f, char flags, int minparams, char* source); +00103 extern void createcommand(char* cmd, handlerfunc f, char flags, int minparams, char* source); 00104 extern void server_mode(char **parameters, int pcnt, userrec *user); 00105 00106 // class Version holds the version information of a Module, returned @@ -394,7 +394,7 @@ 01244 01266 virtual bool AddExtendedListMode(char modechar); 01267 -01285 virtual void AddCommand(char* cmd, handlerfunc f, char flags, int minparams, char* source); +01285 virtual void AddCommand(char* cmd, handlerfunc f, char flags, int minparams, char* source); 01286 01308 virtual void SendMode(char **parameters, int pcnt, userrec *user); 01309 @@ -493,7 +493,7 @@ 01612 01618 class FileReader : public classbase 01619 { -01620 file_cache fc; +01620 file_cache fc; 01621 public: 01626 FileReader(); 01627 @@ -522,8 +522,15 @@ 01685 01686 typedef DLLFactory<ModuleFactory> ircd_module; 01687 -01688 #endif -
Generated on Wed Dec 14 15:55:46 2005 for InspIRCd by  +01688 bool ModeDefined(char c, int i); +01689 bool ModeDefinedOper(char c, int i); +01690 int ModeDefinedOn(char c, int i); +01691 int ModeDefinedOff(char c, int i); +01692 void ModeMakeList(char modechar); +01693 bool ModeIsListMode(char modechar, int type); +01694 +01695 #endif +
Generated on Wed Dec 14 19:16:12 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3