diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-25 03:51:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-25 03:51:56 +0000 |
commit | 52899de0ff2d62ca0542b243c41626010bf62083 (patch) | |
tree | b9c92bbdb7d65a7467cbd6ebcbc31dc2f96e09e3 /docs/man/man3/ExtMode.3 | |
parent | 0340f1a432d684347d8dbc3aa85c8436c56d4039 (diff) |
Documentation update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/ExtMode.3')
-rw-r--r-- | docs/man/man3/ExtMode.3 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/man/man3/ExtMode.3 b/docs/man/man3/ExtMode.3 index d2da027f5..1be57e1ec 100644 --- a/docs/man/man3/ExtMode.3 +++ b/docs/man/man3/ExtMode.3 @@ -1,4 +1,4 @@ -.TH "ExtMode" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*- +.TH "ExtMode" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -41,31 +41,31 @@ Inherits \fBclassbase\fP. .PP .SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP" .PP -Definition at line 175 of file modules.cpp. +Definition at line 190 of file modules.cpp. .PP .nf -175 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; +190 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; .fi .SH "Member Data Documentation" .PP -.SS "bool ExtMode::list" +.SS "bool \fBExtMode::list\fP" .PP -Definition at line 174 of file modules.cpp. -.SS "char ExtMode::modechar" +Definition at line 189 of file modules.cpp. +.SS "char \fBExtMode::modechar\fP" .PP -Definition at line 169 of file modules.cpp. -.SS "bool ExtMode::needsoper" +Definition at line 184 of file modules.cpp. +.SS "bool \fBExtMode::needsoper\fP" .PP -Definition at line 173 of file modules.cpp. -.SS "int ExtMode::params_when_off" +Definition at line 188 of file modules.cpp. +.SS "int \fBExtMode::params_when_off\fP" .PP -Definition at line 172 of file modules.cpp. -.SS "int ExtMode::params_when_on" +Definition at line 187 of file modules.cpp. +.SS "int \fBExtMode::params_when_on\fP" .PP -Definition at line 171 of file modules.cpp. -.SS "int ExtMode::type" +Definition at line 186 of file modules.cpp. +.SS "int \fBExtMode::type\fP" .PP -Definition at line 170 of file modules.cpp. +Definition at line 185 of file modules.cpp. .SH "Author" .PP |