diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 13:32:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-12 13:32:15 +0000 |
commit | 097b2479d0393d8a8bada4a50708d7a2404045ca (patch) | |
tree | 8e624ea3c2035ebf8c64adfd3599a0fe1dce1556 /docs/man/man3/ExtMode.3 | |
parent | 277fc183721767efbce4b4cb1fc716c5f67d4752 (diff) |
Added new docs for class SocketEngine
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2339 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/ExtMode.3')
-rw-r--r-- | docs/man/man3/ExtMode.3 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/man/man3/ExtMode.3 b/docs/man/man3/ExtMode.3 index e63ace10d..367d3557d 100644 --- a/docs/man/man3/ExtMode.3 +++ b/docs/man/man3/ExtMode.3 @@ -1,4 +1,4 @@ -.TH "ExtMode" 3 "9 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- +.TH "ExtMode" 3 "12 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -39,37 +39,37 @@ Inherits \fBclassbase\fP. .in -1c .SH "Detailed Description" .PP -Definition at line 139 of file modules.cpp. +Definition at line 133 of file modules.cpp. .SH "Constructor & Destructor Documentation" .PP .SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP" .PP -Definition at line 148 of file modules.cpp. +Definition at line 142 of file modules.cpp. .PP .nf -148 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; +142 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; .fi .PP .SH "Member Data Documentation" .PP .SS "bool \fBExtMode::list\fP" .PP -Definition at line 147 of file modules.cpp. +Definition at line 141 of file modules.cpp. .SS "char \fBExtMode::modechar\fP" .PP -Definition at line 142 of file modules.cpp. +Definition at line 136 of file modules.cpp. .SS "bool \fBExtMode::needsoper\fP" .PP -Definition at line 144 of file modules.cpp. +Definition at line 138 of file modules.cpp. .SS "int \fBExtMode::params_when_off\fP" .PP -Definition at line 146 of file modules.cpp. +Definition at line 140 of file modules.cpp. .SS "int \fBExtMode::params_when_on\fP" .PP -Definition at line 145 of file modules.cpp. +Definition at line 139 of file modules.cpp. .SS "int \fBExtMode::type\fP" .PP -Definition at line 143 of file modules.cpp. +Definition at line 137 of file modules.cpp. .SH "Author" .PP |